fix import
This commit is contained in:
parent
4d598a496a
commit
913572b770
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (builtins) toString;
|
inherit (builtins) toString;
|
||||||
inherit (lib.modules) mkDefault;
|
inherit (lib.modules) mkDefault mkIf;
|
||||||
inherit (lib.my) mapModulesRec';
|
inherit (lib.my) mapModulesRec';
|
||||||
in {
|
in {
|
||||||
imports =
|
imports =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue