mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
3 lines
93 B
Nix
3 lines
93 B
Nix
self: super: {
|
|
home-manager = super.callPackage ./home-manager { path = toString ./.; };
|
|
}
|