Skip to content

Commit

Permalink
chore(pops/haumea): enhace src type
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Dec 13, 2023
1 parent a70a816 commit 14c2382
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/haumea/structAttrs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ let
setOutputs = function;
};
haumeaLoad = {
src = either path string;
src = either path (
either string (openStruct "srcAttrs" { outPath = either path string; })
);
transformer = either function (list any);
inputsTransformer = either function (list any);
inputs = attrs any;
Expand Down

0 comments on commit 14c2382

Please sign in to comment.