1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

logs around getFingerprint

This commit is contained in:
Brian Camacho 2024-11-12 02:17:06 -05:00
parent b69fb151c4
commit 9a6388dce6
3 changed files with 18 additions and 5 deletions

View file

@ -53,11 +53,14 @@
}}
"""
# fetch the repo via nix
fetched_lfs = client.succeed(f"""
nix eval --impure --raw --expr '({fetchGit_lfs_expr}).outPath'
""")
assert fetched_lfs != fetched_nolfs, f"fetching with and without lfs yielded the same store path {fetched_lfs}, fingerprinting error?"
# check that file was smudged
file_size_lfs = client.succeed(f"""
stat -c %s {fetched_lfs}/beeg