mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
home-manager: avoid unnecessary copy
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
rec {
|
||||
home-manager = import ./home-manager {
|
||||
inherit pkgs;
|
||||
path = ./.;
|
||||
path = toString ./.;
|
||||
};
|
||||
|
||||
install =
|
||||
|
||||
Reference in New Issue
Block a user