From fe90d2c188e5e116d6858910486ea5b153788370 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 19 Apr 2024 21:45:19 +0200 Subject: shell: add nix run alias --- user/settings/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 3ef415c7..f42218ee 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -127,6 +127,7 @@ in nsh = "nix shell"; nb = "nix build"; + nr = "nix run"; nf = "nix flake"; nfa = "nix flake archive"; nfc = "nix flake check"; -- cgit 1.4.1