mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Doh
This commit is contained in:
parent
85b9f4ef4f
commit
9d50f57fa3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ nix shell -f shell-hello.nix hello^dev -c hello2 | grep 'Hello2'
|
|||
nix shell -f shell-hello.nix 'hello^*' -c hello2 | grep 'Hello2'
|
||||
|
||||
# Test output paths that are a symlink.
|
||||
#nix shell -f shell-hello.nix hello-symlink -c hello | grep 'Hello World'
|
||||
nix shell -f shell-hello.nix hello-symlink -c hello | grep 'Hello World'
|
||||
|
||||
if isDaemonNewer "2.20.0pre20231220"; then
|
||||
# Test that command line attribute ordering is reflected in the PATH
|
||||
|
|
Loading…
Reference in a new issue