We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2488364 commit 04532eeCopy full SHA for 04532ee
tests/tarball.sh
@@ -16,11 +16,11 @@ tarball=$TEST_ROOT/tarball.tar.xz
16
17
nix-env -f file://$tarball -qa --out-path | grep -q dependencies
18
19
-nix-build file://$tarball
+nix-build -o $TEST_ROOT/result file://$tarball
20
21
-nix-build '<foo>' -I foo=file://$tarball
+nix-build -o $TEST_ROOT/result '<foo>' -I foo=file://$tarball
22
23
-nix-build -o $TMPDIR/result -E "import (fetchTarball file://$tarball)"
+nix-build -o $TEST_ROOT/result -E "import (fetchTarball file://$tarball)"
24
25
nix-instantiate --eval -E '1 + 2' -I fnord=file://no-such-tarball.tar.xz
26
nix-instantiate --eval -E 'with <fnord/xyzzy>; 1 + 2' -I fnord=file://no-such-tarball.tar.xz
0 commit comments