all repos — nixfiles @ fe90d2c188e5e116d6858910486ea5b153788370

System and user configuration, managed by nix and home-manager

shell: add nix run alias
Alan Pearce alan@alanpearce.eu
Fri, 19 Apr 2024 21:45:19 +0200
commit

fe90d2c188e5e116d6858910486ea5b153788370

parent

da916759776a184894de6df4ea41295759c0d388

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -127,6 +127,7 @@ hox = "home-manager expire-generations '-30 days'"; 
       nsh = "nix shell";
       nb = "nix build";
+      nr = "nix run";
       nf = "nix flake";
       nfa = "nix flake archive";
       nfc = "nix flake check";