diff options
author | Alan Pearce | 2024-04-19 21:45:19 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 21:45:19 +0200 |
commit | fe90d2c188e5e116d6858910486ea5b153788370 (patch) | |
tree | 378c04a8782d238e433c8fe1c7c9abc9ae2d62cc | |
parent | da916759776a184894de6df4ea41295759c0d388 (diff) | |
download | nixfiles-fe90d2c188e5e116d6858910486ea5b153788370.tar.lz nixfiles-fe90d2c188e5e116d6858910486ea5b153788370.tar.zst nixfiles-fe90d2c188e5e116d6858910486ea5b153788370.zip |
shell: add nix run alias
-rw-r--r-- | user/settings/shell.nix | 1 |
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"; |