Minor changes
This commit is contained in:
@@ -4,7 +4,7 @@ function nix
|
||||
if test "$argv[1]" = "develop"; and test (count $argv) -eq 1
|
||||
command nix develop -c fish $argv[2..-1]
|
||||
else if test "$argv[1]" = "shell"
|
||||
env IN_NIX_SHELL=shell nix $argv
|
||||
env IN_NIX_SHELL=shell nix $argv -c fish
|
||||
else
|
||||
command nix $argv
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user