1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 04:35:46 +03: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) options config;
inherit (eval) _module;
system = eval.config.system.build.toplevel;
}