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:
parent
792c2e0134
commit
3d65d13974
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue