From 0ca389f33231756854e4ee413f9268ed79fe129c Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 16 Nov 2024 10:27:52 +0100 Subject: [PATCH] add impure build command --- modules/applications/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/applications/zsh.nix b/modules/applications/zsh.nix index 6c76035..db01ee1 100644 --- a/modules/applications/zsh.nix +++ b/modules/applications/zsh.nix @@ -18,6 +18,7 @@ in shellAliases = { update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos"; nb = "nix build -L"; + nbi = "nix build -L -f ."; ns = "nix shell -L"; }; initExtra = ''