Skip to content

Commit

Permalink
Merge pull request #204 from DBCDK/null-system-eval-config
Browse files Browse the repository at this point in the history
evalConfig: Ensure system is null for eval-config
  • Loading branch information
eskytthe authored May 30, 2023
2 parents df3d466 + 7c94672 commit ef1ad10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/eval-machines.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ in rec {
listToAttrs (map (machineName:
{ name = machineName;
value = import evalConfig {
# Force decide system in module system
system = null;
modules = modules {
inherit machineName;
check = false;
Expand All @@ -67,6 +69,8 @@ in rec {
listToAttrs (map (machineName:
{ name = machineName;
value = import evalConfig {
# Force decide system in module system
system = null;
modules = modules {
inherit machineName;
check = true;
Expand Down

0 comments on commit ef1ad10

Please sign in to comment.