diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T14·56+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T14·56+0000 |
commit | a7e1a51fdf5d93b0a158a120595443fe9c7c6687 (patch) | |
tree | f49f3ea5568ce73e4b80774935a7ce5910c4a4a0 /tests/init.sh | |
parent | 550ba9ebb4b1b2415c9930879cfa6937f7fa916a (diff) |
* A test for the nix-worker.
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh index 160cb6b0a915..b5c62f408709 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -22,6 +22,7 @@ ln -s $nixstore $NIX_BIN_DIR/ ln -s $nixinstantiate $NIX_BIN_DIR/ ln -s $nixhash $NIX_BIN_DIR/ ln -s $nixenv $NIX_BIN_DIR/ +ln -s $nixworker $NIX_BIN_DIR/ ln -s $TOP/scripts/nix-prefetch-url $NIX_BIN_DIR/ ln -s $TOP/scripts/nix-collect-garbage $NIX_BIN_DIR/ ln -s $TOP/scripts/nix-build $NIX_BIN_DIR/ |