eval.nix: Inherit pkgs.system in evalConfig

This commit is contained in:
Zhaofeng Li 2021-12-18 14:35:06 -08:00
parent bd4493da73
commit 8f77184d58
2 changed files with 18 additions and 0 deletions

View file

@ -428,6 +428,8 @@ let
system.activationScripts.colmena-chown-keys = lib.mkIf (length commands != 0) script;
};
in evalConfig {
inherit (npkgs) system;
modules = [
assertionModule
nixpkgsModule