Revert "Revert "home-manager: use nixos-option from pkgs""
This reverts commit 2c9fe368c1
.
This commit is contained in:
parent
2c9fe368c1
commit
ae636c09f4
|
@ -11,8 +11,8 @@ let
|
||||||
|
|
||||||
pathStr = if path == null then "" else path;
|
pathStr = if path == null then "" else path;
|
||||||
|
|
||||||
nixos-option =
|
nixos-option = pkgs.nixos-option or callPackage
|
||||||
callPackage (pkgs.path + "/nixos/modules/installer/tools/nixos-option") { };
|
(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