From a6b1c23e2bd496a1b395845a169d04f9f56324ed Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 7 Oct 2023 21:10:29 +0000 Subject: [PATCH] remove no-longer-needed qemu override --- overlays/preferences.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/overlays/preferences.nix b/overlays/preferences.nix index a9280360..129e9132 100644 --- a/overlays/preferences.nix +++ b/overlays/preferences.nix @@ -58,13 +58,6 @@ }) ]; - qemu = super.qemu.override { - # 2023/09/07: see - # fixes an eval-time recursion error - # should be safe to remove after next staging -> master merge - jackSupport = false; - }; - sway-unwrapped = super.sway-unwrapped.override { wlroots = wlroots.overrideAttrs (upstream: { # 2023/09/08: fix so clicking a notification can activate the corresponding window.