1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00
home-manager/overlay.nix
lucasew 0520e387dc
overlay: rename parameters to flake specification
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-03-27 01:08:52 +01:00

4 lines
92 B
Nix

final: prev: {
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
}