1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

* nix-store: --substitute' -> --register-substitutes'.

This commit is contained in:
Eelco Dolstra 2005-04-08 13:48:41 +00:00
parent 8b70f138e0
commit c702dfca3f
6 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ outPath=$($TOP/src/nix-store/nix-store -qvvvvv "$drvPath")
echo "output path is $outPath"
regSub() {
(echo $1 && echo "" && echo $2 && echo 3 && echo $outPath && echo Hallo && echo Wereld && echo 0) | $TOP/src/nix-store/nix-store --substitute
(echo $1 && echo "" && echo $2 && echo 3 && echo $outPath && echo Hallo && echo Wereld && echo 0) | $TOP/src/nix-store/nix-store --register-substitutes
}
# Register a substitute for the output path.