diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-22 20:39:51 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-22 20:39:51 +0000 |
commit | 9486dda1152d18b502fc31ff1d6aed4eba6f2fe3 (patch) | |
tree | c89d92a5b7a75529656a493969ee4a1c6349e9eb /corepkgs/nar/unnar.sh.in | |
parent | ab0bc4999a49efbc8e1c25989662a96e32fa0cc5 (diff) |
* Fix nix-push.
Diffstat (limited to 'corepkgs/nar/unnar.sh.in')
-rw-r--r-- | corepkgs/nar/unnar.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/nar/unnar.sh.in b/corepkgs/nar/unnar.sh.in index 8a4532af3..308135649 100644 --- a/corepkgs/nar/unnar.sh.in +++ b/corepkgs/nar/unnar.sh.in @@ -3,4 +3,4 @@ export PATH=/bin:/usr/bin echo "unpacking $nar to $out..." -bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1 +bunzip2 < $nar | @bindir@/nix-store --restore "$out" || exit 1 |