1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 03:43:54 +02:00

* nix-push / generate-patches: bzip the manifest.

This commit is contained in:
Eelco Dolstra 2007-09-04 15:38:09 +00:00
parent 7b20c0ed4b
commit 9441550acb
5 changed files with 17 additions and 2 deletions

View file

@ -2,7 +2,7 @@ source common.sh
pullCache () {
echo "pulling cache..."
$PERL -w -I$TOP/scripts $TOP/scripts/nix-pull file://$TEST_ROOT/manifest
$NIX_BIN_DIR/nix-pull file://$TEST_ROOT/manifest
}
clearStore