nixconf/overlays/bodge/default.nix

12 lines
340 B
Nix

{ inputs, ... }:
final: prev: {
inherit (inputs) stable;
# Fallback to stable packages when build issues occur.
# Past issues:
# * qemu 8.2.3 had a build failure. 8.2.4 should be coming soon. (2024-05-17)
# * Blender had a build failure. (2024-02-27)
# * Fractal build took 30m+ and 12GB+ of RAM when linking? (2024-02-27)
}