all repos — nixfiles @ 0bdb4336b16f5d689709a2414efa5d7643c71102

System and user configuration, managed by nix and home-manager

zsh: add alias for `nix flake archive`

Alan Pearce
commit

0bdb4336b16f5d689709a2414efa5d7643c71102

parent

bec22816b5b670c47a3dcecb3441ce6ba003c3aa

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -180,6 +180,7 @@ snicu = "sudo nix-channel --update";
snicr = "sudo nix-channel --remove"; snicb = "sudo nix-channel --rollback"; nf = "nix flake"; + nfa = "nix flake archive"; nfu = "nix flake update"; nfl = "nix flake lock"; n = "nix-env";