1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

* Checks for allowedReferences and some other features.

* Use nix-build in a test.
This commit is contained in:
Eelco Dolstra 2006-10-19 17:44:51 +00:00
parent 17f4883bfe
commit 7a4497d98c
4 changed files with 100 additions and 2 deletions

View file

@ -43,6 +43,7 @@ export nixinstantiate=$TOP/src/nix-instantiate/nix-instantiate
export nixstore=$TOP/src/nix-store/nix-store
export nixenv=$TOP/src/nix-env/nix-env
export nixhash=$TOP/src/nix-hash/nix-hash
export nixbuild=$NIX_BIN_DIR/nix-build
readLink() {
ls -l "$1" | sed 's/.*->\ //'