flake/exprs/overlay.nix

6 lines
144 B
Nix
Raw Normal View History

2024-01-19 01:41:44 +01:00
final: prev: {
2024-01-20 22:55:22 +01:00
wine-discord-ipc-bridge = prev.callPackage ./wine-discord-ipc-bridge.nix {
inherit (prev.pkgsCross.mingw32) stdenv;
};
2023-11-20 19:06:01 +01:00
}