mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Add support for uncompressed NARs in binary caches
Issue NixOS/hydra#102.
This commit is contained in:
parent
7986711632
commit
5116214343
6 changed files with 31 additions and 17 deletions
|
@ -47,7 +47,7 @@ clearStore
|
|||
nix-build --option binary-caches "file://$cacheDir" dependencies.nix --dry-run # get info
|
||||
|
||||
mkdir $cacheDir/tmp
|
||||
mv $cacheDir/*.nar.xz $cacheDir/tmp/
|
||||
mv $cacheDir/*.nar* $cacheDir/tmp/
|
||||
|
||||
NIX_DEBUG_SUBST=1 nix-build --option binary-caches "file://$cacheDir" dependencies.nix -o $TEST_ROOT/result --fallback
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue