1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

home-manager: fix nixos-option evaluation (#2115)

This commit is contained in:
Nicolas Berbiche 2021-06-16 16:39:02 -04:00 committed by GitHub
parent 63af2d3e4c
commit 5a19e0ea9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;