add impure build command

This commit is contained in:
Noa Aarts 2024-11-16 10:27:52 +01:00
parent de73a2dbf0
commit 0ca389f332
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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 = ''