Skip to content

Commit

Permalink
fix: enrich the openStructAttr
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Jul 22, 2023
1 parent f431e35 commit 7f4029a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in
(configs.haumea.setInit {
src = ./nixos/modules;
inputs = l.removeAttrs inputs [ "self" ];
loader = [ inputs.haumea.lib.loaders.default ];
}).addMerge
(final: with inputs.dmerge; merge final { imports = [ { } ]; })
;
Expand Down
2 changes: 1 addition & 1 deletion src/configs/structAttrs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
src = either path string;
transformer = transformer;
inputs = inputs;
loader = function;
loader = either function (list any);
};
#list (either function any);
transformer = list any;
Expand Down

0 comments on commit 7f4029a

Please sign in to comment.