Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
allow authored and allow committed Jun 13, 2024
1 parent 06876f0 commit d8fb24c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake-modules/domains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
default = [];
};

options.specialArgs = mkOption {
options.specialArgs = lib.mkOption {
type = attrsOf raw;
default = {};
};
Expand All @@ -55,6 +55,7 @@
config.build.domains = builtins.mapAttrs(domain: toplevel:
(flake-parts-lib.evalFlakeModule {
inherit inputs;
} toplevel)
inherit (toplevel) specialArgs;
} { imports = toplevel.modules; })
) config.domains;
}

0 comments on commit d8fb24c

Please sign in to comment.