home-manager: avoid unnecessary copy

This commit is contained in:
Robert Helgesson 2017-11-20 14:02:28 +01:00
parent 64befb27eb
commit 455ce37398
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 1 additions and 1 deletions

View File

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