mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
4 lines
93 B
Nix
4 lines
93 B
Nix
_final: prev: {
|
|
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
|
|
}
|