1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

expose _module attr in realised sysconfig

Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
This commit is contained in:
ppenguin 2023-02-27 12:41:00 +01:00 committed by Michael Hoang
parent 792c2e0134
commit 3d65d13974

View file

@ -24,6 +24,7 @@ in
{ {
inherit (eval._module.args) pkgs; inherit (eval._module.args) pkgs;
inherit (eval) options config; inherit (eval) options config;
inherit (eval) _module;
system = eval.config.system.build.toplevel; system = eval.config.system.build.toplevel;
} }