* A test for the nix-worker.

This commit is contained in:
Eelco Dolstra 2007-08-13 14:56:40 +00:00
parent 550ba9ebb4
commit a7e1a51fdf
4 changed files with 24 additions and 2 deletions

View file

@ -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/