diff options
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index ca4c62d91493..fa54bcd485cf 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -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/.*->\ //' |