diff options
author | Alan Pearce | 2023-03-19 11:57:29 +0100 |
---|---|---|
committer | Alan Pearce | 2023-03-19 11:57:29 +0100 |
commit | 0bdb4336b16f5d689709a2414efa5d7643c71102 (patch) | |
tree | 53986fa134f40b068294b7ffd4ae175bafa30509 /user | |
parent | bec22816b5b670c47a3dcecb3441ce6ba003c3aa (diff) | |
download | nixfiles-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.nix | 1 |
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"; |