mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 15:09:46 +01:00
home-manager: avoid unnecessary copy
This commit is contained in:
parent
64befb27eb
commit
455ce37398
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue