fix qtwebengine problem

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-12 02:37:50 +01:00
parent 9ce989abe1
commit 879239cfd0
3 changed files with 92 additions and 62 deletions

View File

@@ -56,7 +56,7 @@
overlays = [(final: prev: {
unstable = import nixpkgs-unstable { inherit system config; };
latest = import nixpkgs-latest { inherit system config; };
inherit version;
pkgs-version = version;
})] ++ (if host == "NxACE" then [
copyparty.overlays.default
] else []);