mirror of
https://github.com/nix-community/home-manager
synced 2025-02-16 14:08:23 +00:00
3 lines
92 B
Nix
3 lines
92 B
Nix
final: prev: {
|
|
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
|
|
}
|