mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-09 02:30:29 +00:00
Merge pull request #777 from ppenguin/expose-more-config-attr
Expose _module attr in realised sysconfig
This commit is contained in:
commit
8b6ea26d5d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ in
|
|||
{
|
||||
inherit (eval._module.args) pkgs;
|
||||
inherit (eval) options config;
|
||||
inherit (eval) _module;
|
||||
|
||||
system = eval.config.system.build.toplevel;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue