Skip to content

Commit

Permalink
Update pkgs/build-support/binary-cache/make-binary-cache.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Taron <[email protected]>
  • Loading branch information
thomasjm and philiptaron authored Jan 23, 2025
1 parent db28a05 commit e642d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/binary-cache/make-binary-cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def processItem(item, nixPrefix, outDir):
)
fileSize = os.path.getsize(xzFile)

finalXzFile = "nar/" + fileHash + ".nar.xz"
finalXzFile = f"nar/{fileHash}.nar.xz"
os.rename(xzFile, finalXzFile)

with open(narInfoHash + ".narinfo", "w") as f:
Expand Down

0 comments on commit e642d1f

Please sign in to comment.