diff options
Diffstat (limited to 'features/user/cli/shells/nushell/default.nix')
| -rw-r--r-- | features/user/cli/shells/nushell/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix index 9d7807f..0b556f9 100644 --- a/features/user/cli/shells/nushell/default.nix +++ b/features/user/cli/shells/nushell/default.nix @@ -83,10 +83,6 @@ in { # Quickly run a nix package. def qr [pkg: string] { - if $pkg == null { - print "Please use a package name." - return - } nix run $"nixpkgs#($pkg)" } ''; |
