mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-09 13:00:53 +00:00
home-manager: avoid unnecessary copy
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
rec {
|
||||
home-manager = import ./home-manager {
|
||||
inherit pkgs;
|
||||
path = ./.;
|
||||
path = toString ./.;
|
||||
};
|
||||
|
||||
install =
|
||||
|
||||
Reference in New Issue
Block a user