mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
4 lines
93 B
Nix
4 lines
93 B
Nix
self: super: {
|
|
home-manager = super.callPackage ./home-manager { path = toString ./.; };
|
|
}
|