overlay: add another hack for nixpkgs stable/unstable incompatibilities

This commit is contained in:
Astro 2022-09-27 02:05:16 +02:00
parent d1abf63abb
commit fb6601578e
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ with final; {
}) ];
};
# HACK: referenced by sdrweb
alsautils = final.alsa-utils;
inherit (bevy-julia.packages.${system}) bevy_julia;
inherit (bevy-mandelbrot.packages.${system}) bevy_mandelbrot;