summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 21:45:19 +0200
committerAlan Pearce2024-04-19 21:45:19 +0200
commitfe90d2c188e5e116d6858910486ea5b153788370 (patch)
tree378c04a8782d238e433c8fe1c7c9abc9ae2d62cc
parentda916759776a184894de6df4ea41295759c0d388 (diff)
downloadnixfiles-fe90d2c188e5e116d6858910486ea5b153788370.tar.lz
nixfiles-fe90d2c188e5e116d6858910486ea5b153788370.tar.zst
nixfiles-fe90d2c188e5e116d6858910486ea5b153788370.zip
shell: add nix run alias
-rw-r--r--user/settings/shell.nix1
1 files changed, 1 insertions, 0 deletions
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";