From 3c99493a2048d0e584d0ebf63fbf5bb0b07252d9 Mon Sep 17 00:00:00 2001 From: outremonde Date: Tue, 10 Jun 2025 22:14:08 -0400 Subject: modified qr command Former-commit-id: 2edface317d331d6edb6c47b9891d8f0b77b4a35 --- features/user/cli/shells/nushell/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'features/user/cli/shells/nushell') 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)" } ''; -- cgit v1.2.3