aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-24 18:59:29 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-24 18:59:29 -0700
commitdef6c4bae2e8c635796ca06f4b465844a0d62d3d (patch)
treefe9e06885fc8ac4e279acf5236f8e9d038d58bd3 /nix/users
parentinstall tools with nix instead of brew (diff)
downloadinfra-def6c4bae2e8c635796ca06f4b465844a0d62d3d.tar.gz
add more shell aliases for nix commands
Diffstat (limited to 'nix/users')
-rw-r--r--nix/users/fcuny/shell.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index 4e4a6c8..fe3ee2d 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -48,9 +48,11 @@ in
ncg = "nix-collect-garbage --delete-older-than 7d";
ndc = "nix develop --command";
nfc = "nix flake check";
+ ngcroot = "ls -al /nix/var/nix/gcroots/auto/";
+ nph = "nix profile history --profile /nix/var/nix/profiles/system";
nsn = "nix search nixpkgs";
- c = "clear";
- j = "just";
+ nsv = "nix store verify --all";
+
g = "git";
gap = "git add --patch";
};