mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
10 lines
135 B
Nix
10 lines
135 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(_: super: {
|
|
bwraps = {
|
|
wechat = super.callPackage ./wechat.nix { };
|
|
};
|
|
})
|
|
];
|
|
}
|