From 0bdb4336b16f5d689709a2414efa5d7643c71102 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 19 Mar 2023 11:57:29 +0100 Subject: zsh: add alias for `nix flake archive` --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user') 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"; -- cgit 1.4.1