mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-29 05:31:03 +01:00
home-manager: fix broken path reference
This commit is contained in:
parent
4c9e99e8e8
commit
4a8f993c45
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf (cfg.enable && !config.submoduleSupport.enable) {
|
config = lib.mkIf (cfg.enable && !config.submoduleSupport.enable) {
|
||||||
home.packages = [ (pkgs.callPackage ../../home-manager { inherit (cfg) path; }) ];
|
home.packages = [ (pkgs.callPackage ../../../home-manager { inherit (cfg) path; }) ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue