chore: allow impure evaluation inputs
This commit is contained in:
parent
f01482a7da
commit
e85351d49e
@ -20,8 +20,8 @@
|
||||
};
|
||||
};
|
||||
environment.shellAliases = {
|
||||
"nixos-switch" = "sudo nixos-rebuild switch --flake .#";
|
||||
"nom-affogato" = "nom build .#nixosConfigurations.affogato.config.system.build.toplevel";
|
||||
"nixos-switch" = "sudo nixos-rebuild switch --impure --flake .#";
|
||||
"nom-affogato" = "nom build .#nixosConfigurations.affogato.config.system.build.toplevel --impure";
|
||||
};
|
||||
environment.variables = {
|
||||
EDITOR = "vim";
|
||||
|
Loading…
Reference in New Issue
Block a user