1
0
Fork 0
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:
Michael Hoang 2023-10-04 05:06:51 +10:00 committed by GitHub
commit 8b6ea26d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}