eval.nix: Inherit pkgs.system in evalConfig
This commit is contained in:
parent
bd4493da73
commit
8f77184d58
2 changed files with 18 additions and 0 deletions
|
@ -428,6 +428,8 @@ let
|
|||
system.activationScripts.colmena-chown-keys = lib.mkIf (length commands != 0) script;
|
||||
};
|
||||
in evalConfig {
|
||||
inherit (npkgs) system;
|
||||
|
||||
modules = [
|
||||
assertionModule
|
||||
nixpkgsModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue