mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +08: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: {
|
final: prev: {
|
||||||
home-manager = super.callPackage ./home-manager { path = toString ./.; };
|
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user