mirror of
https://github.com/NixOS/nix
synced 2025-07-09 07:53:55 +02:00
Merge branch 'small-drv-serialize-cleanup' of github.com:obsidiansystems/nix into single-ca-drv-build
This commit is contained in:
commit
1b5c24662b
6 changed files with 26 additions and 57 deletions
|
@ -219,7 +219,7 @@ outPath=$(nix-build --no-out-link -E '
|
|||
nix copy --to file://$cacheDir?write-nar-listing=1 $outPath
|
||||
|
||||
diff -u \
|
||||
<(jq -S < $cacheDir/$(basename $outPath).ls) \
|
||||
<(jq -S < $cacheDir/$(basename $outPath | cut -c1-32).ls) \
|
||||
<(echo '{"version":1,"root":{"type":"directory","entries":{"bar":{"type":"regular","size":4,"narOffset":232},"link":{"type":"symlink","target":"xyzzy"}}}}' | jq -S)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue