Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Apr 25, 2021
1 parent 7003170 commit cbc521b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemFlake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ let
];
})
] ++ host.modules;
specialArgs = host.specialArgs;
inherit specialArgs;
} // (optionalAttrs (host.output == "nixosConfigurations") {
inherit lib baseModules specialArgs;
inherit lib baseModules;
}));
}
);
Expand Down

0 comments on commit cbc521b

Please sign in to comment.