diff --git a/home/common/fish.nix b/home/common/fish.nix index f7fa37d..6368851 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -60,8 +60,7 @@ set argv[1] fish ${pkgs.any-nix-shell}/bin/.any-nix-wrapper $argv else if test $argv[1] = develop - set argv[1] fish - command nix develop --command $argv + command nix $argv --command fish else command nix $argv end