summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-03-19 11:57:29 +0100
committerAlan Pearce2023-03-19 11:57:29 +0100
commit0bdb4336b16f5d689709a2414efa5d7643c71102 (patch)
tree53986fa134f40b068294b7ffd4ae175bafa30509 /user
parentbec22816b5b670c47a3dcecb3441ce6ba003c3aa (diff)
downloadnixfiles-0bdb4336b16f5d689709a2414efa5d7643c71102.tar.lz
nixfiles-0bdb4336b16f5d689709a2414efa5d7643c71102.tar.zst
nixfiles-0bdb4336b16f5d689709a2414efa5d7643c71102.zip
zsh: add alias for `nix flake archive`
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 88004637..186aa3a5 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -180,6 +180,7 @@ in
       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";