Skip to content

Commit

Permalink
fix: oversight in colmena collector refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Aug 8, 2023
1 parent c4e6f7f commit d5d5ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collectors/colmenaConfigurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
];

transformToNixosConfigurations = name: evaled: locatedConfig: let
transformToNixosConfigurations = name: {evaled, locatedConfig}: let
config = {
imports = [locatedConfig] ++ colmenaModules;
_module.args = {inherit name;};
Expand Down

0 comments on commit d5d5ee5

Please sign in to comment.