diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-26T22·28-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-26T22·28-0400 |
commit | 67c6f3eded7dcb7c79243ed41f177c960f2b6aad (patch) | |
tree | 792842e32598a9201fcee341469799e936da9dfa /tests/install-package.sh | |
parent | 50395b71a90314abfcc39d8343dbaa8e9aa199a6 (diff) |
nix-push: Support generating a manifest again
This makes all the tests succeed. Woohoo!
Diffstat (limited to 'tests/install-package.sh')
-rw-r--r-- | tests/install-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install-package.sh b/tests/install-package.sh index b818eda121cf..653dfee4c8d1 100644 --- a/tests/install-package.sh +++ b/tests/install-package.sh @@ -9,7 +9,7 @@ clearStore clearProfiles cat > $TEST_ROOT/foo.nixpkg <<EOF -NIXPKG1 file://$TEST_ROOT/manifest simple $system $drvPath $outPath +NIXPKG1 file://$TEST_ROOT/cache/MANIFEST simple $system $drvPath $outPath EOF nix-install-package --non-interactive -p $profiles/test $TEST_ROOT/foo.nixpkg |