1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

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

View File

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