mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-21 00:49:52 +01:00
10 lines
134 B
Nix
10 lines
134 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(_: super: {
|
|
bwraps = {
|
|
wechat = super.callPackage ./wechat.nix {};
|
|
};
|
|
})
|
|
];
|
|
}
|