modules: propagate minimal variable in modules/default.nix
Setting minimal from a flake configuration was not working, this propagates it so that it does.
This commit is contained in:
parent
b3f737e70f
commit
5da90b852b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ let
|
|||
extendedLib = import ./lib/stdlib-extended.nix lib;
|
||||
|
||||
hmModules = import ./modules.nix {
|
||||
inherit check pkgs;
|
||||
inherit check pkgs minimal;
|
||||
lib = extendedLib;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue