home-manager: fix nixos-option evaluation (#2115)
This commit is contained in:
parent
63af2d3e4c
commit
5a19e0ea9c
|
@ -12,7 +12,7 @@ let
|
||||||
pathStr = if path == null then "" else path;
|
pathStr = if path == null then "" else path;
|
||||||
|
|
||||||
nixos-option =
|
nixos-option =
|
||||||
callPackage "${pkgs.path}/nixos/modules/installer/tools/nixos-option" { };
|
callPackage (pkgs.path + "/nixos/modules/installer/tools/nixos-option") { };
|
||||||
|
|
||||||
in runCommand "home-manager" {
|
in runCommand "home-manager" {
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue