From 04071d3146d3d7e07e49b4c2513e2c793da06e48 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Tue, 21 Jul 2026 19:17:30 -0400 Subject: [PATCH] nero: overlay wivrn from unstable to resolve mismatched qt6.11 dependency --- hosts/nero/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/nero/configuration.nix b/hosts/nero/configuration.nix index c5aad74..361adcf 100644 --- a/hosts/nero/configuration.nix +++ b/hosts/nero/configuration.nix @@ -5,6 +5,10 @@ }: let unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}; + + wivrn-overlay = _final: _prev: { + inherit (unstable) wivrn; + }; in { imports = [ @@ -13,6 +17,10 @@ in ../../features/flatpak.nix ]; + nixpkgs.overlays = [ + wivrn-overlay + ]; + boot = { kernelParams = [ "vfio-pci.ids=10de:2782,10de:22bc"