mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
5 lines
99 B
Nix
5 lines
99 B
Nix
self: super: {
|
|
home-manager = super.callPackage ./home-manager {
|
|
path = toString ./.;
|
|
};
|
|
}
|