mirror of
https://github.com/zoriya/home-manager.git
synced 2025-12-06 06:16:09 +00:00
overlay: rename parameters to flake specification
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
committed by
Robert Helgesson
parent
b23bb05890
commit
0520e387dc
@@ -1,3 +1,3 @@
|
||||
self: super: {
|
||||
home-manager = super.callPackage ./home-manager { path = toString ./.; };
|
||||
final: prev: {
|
||||
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user