Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nix-shell.sh
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ output=$($TEST_ROOT/shell.shebang.rb abc ruby)
[ "$output" = '-e load("'"$TEST_ROOT"'/shell.shebang.rb") -- abc ruby' ]

# Test 'nix develop'.
nix develop -f shell.nix shellDrv -c sh -c '[[ -n $stdenv ]]'
nix develop -f shell.nix shellDrv -c bash -c '[[ -n $stdenv ]]'

# Test 'nix print-dev-env'.
source <(nix print-dev-env -f shell.nix shellDrv)

0 comments on commit 017efae

Please sign in to comment.