mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-15 17:50:53 +00:00
3 lines
93 B
Nix
3 lines
93 B
Nix
self: super: {
|
|
home-manager = super.callPackage ./home-manager { path = toString ./.; };
|
|
}
|