home-manager: avoid unnecessary copy

This commit is contained in:
Robert Helgesson
2017-11-20 14:02:28 +01:00
parent 64befb27eb
commit 455ce37398

View File

@@ -3,7 +3,7 @@
rec {
home-manager = import ./home-manager {
inherit pkgs;
path = ./.;
path = toString ./.;
};
install =