diff options
Diffstat (limited to 'nix/users/fcuny/shell.nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 6 |
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"; }; |
