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
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let
pathStr = if path == null then "" else path;
nixos-option =
callPackage "${pkgs.path}/nixos/modules/installer/tools/nixos-option" { };
callPackage (pkgs.path + "/nixos/modules/installer/tools/nixos-option") { };
in runCommand "home-manager" {
preferLocalBuild = true;