mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-25 08:53:15 +01:00
Make raw root module available under root'.raw
This commit is contained in:
parent
aa0a3b3c2e
commit
bafb3c33ec
@ -212,6 +212,7 @@ let
|
|||||||
perSystem = ensureFn rootWithAuto.perSystem or (_: { });
|
perSystem = ensureFn rootWithAuto.perSystem or (_: { });
|
||||||
outputs = applyParams rootWithAuto.outputs or { };
|
outputs = applyParams rootWithAuto.outputs or { };
|
||||||
inherit nixDir;
|
inherit nixDir;
|
||||||
|
raw = root;
|
||||||
};
|
};
|
||||||
|
|
||||||
merged = foldl mergeModules moduleDefaults
|
merged = foldl mergeModules moduleDefaults
|
||||||
|
Loading…
Reference in New Issue
Block a user