Skip to content

Commit

Permalink
fix: transformers darwinConfigurations
Browse files Browse the repository at this point in the history
Co-authored-by: David Arnold <[email protected]>
  • Loading branch information
hoppla20 and blaggacao committed Aug 8, 2023
1 parent 551626b commit 2a75ef2
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 @@ -32,7 +32,7 @@
_module.args = {inherit name;};
};
in
transformers.nixosConfigurations {inherit evaled config;};
transformers.nixosConfigurations {inherit evaled; locatedConfig = config;};

walk = self:
walkPaisano self cellBlock (system: cell: [
Expand Down

0 comments on commit 2a75ef2

Please sign in to comment.