Skip to content

Commit 92a69cb

Browse files
committed
extern: fix #106 well
1 parent e6189cd commit 92a69cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extern/default.nix

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{ inputs }: with inputs;
2+
let
3+
hm-modules = { };
4+
in
25
{
36
modules = [
47
home.nixosModules.home-manager
@@ -15,6 +18,8 @@
1518

1619
# passed to all nixos modules
1720
specialArgs = {
21+
inherit hm-modules;
22+
1823
overrideModulesPath = "${override}/nixos/modules";
1924
hardware = nixos-hardware.nixosModules;
2025
};

0 commit comments

Comments
 (0)