From d2280081c600319982ba29666f740b3fb680d4ce Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 1 Mar 2025 00:45:07 -0800 Subject: Disable old Wine 9.22 --- overlays/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'overlays') diff --git a/overlays/default.nix b/overlays/default.nix index a5e2cde..0e39244 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -31,12 +31,12 @@ # }; #}; - "wine9_22-packages" = final: _prev: { - "wine9_22" = import inputs.nixpkgs-wine9_22 { - inherit (final) system; - config.allowUnfree = true; - }; - }; + #"wine9_22-packages" = final: _prev: { + # "wine9_22" = import inputs.nixpkgs-wine9_22 { + # inherit (final) system; + # config.allowUnfree = true; + # }; + #}; # When applied, the master nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.master' -- cgit v1.2.3