diff options
| author | outremonde <outremonde@vivaldi.net> | 2025-06-10 22:14:08 -0400 |
|---|---|---|
| committer | outremonde <outremonde@vivaldi.net> | 2025-06-10 22:14:08 -0400 |
| commit | 3c99493a2048d0e584d0ebf63fbf5bb0b07252d9 (patch) | |
| tree | 3be70c2cfc7e680a3a1113546833a9f10ad609da /features/user/cli/shells/nushell | |
| parent | e44bf17530ab27c69a67c87dd9b8ac6322011cc6 (diff) | |
modified qr command
Former-commit-id: 2edface317d331d6edb6c47b9891d8f0b77b4a35
Diffstat (limited to 'features/user/cli/shells/nushell')
| -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)" } ''; |
