From fb6601578e297e850251b3108dd2255e3b55ed5e Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 27 Sep 2022 02:05:16 +0200 Subject: [PATCH] overlay: add another hack for nixpkgs stable/unstable incompatibilities --- overlay/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay/default.nix b/overlay/default.nix index 6cbb59a2..f9dcd10e 100644 --- a/overlay/default.nix +++ b/overlay/default.nix @@ -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;