From 14c238253845663272459f82d608a03bdaed08f1 Mon Sep 17 00:00:00 2001 From: guangtao Date: Tue, 12 Dec 2023 19:11:08 -0800 Subject: [PATCH] chore(pops/haumea): enhace src type --- src/haumea/structAttrs.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/haumea/structAttrs.nix b/src/haumea/structAttrs.nix index 0fb2b3a..e9c3355 100644 --- a/src/haumea/structAttrs.nix +++ b/src/haumea/structAttrs.nix @@ -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;