diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-03-01 00:45:07 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-03-01 00:45:07 -0800 |
commit | d2280081c600319982ba29666f740b3fb680d4ce (patch) | |
tree | 2c2da4e6fbcaeef9e13c81962f68345b7c920d40 /overlays | |
parent | 78e8766afae88064a35748193c86c59348465031 (diff) | |
download | nix-d2280081c600319982ba29666f740b3fb680d4ce.tar nix-d2280081c600319982ba29666f740b3fb680d4ce.tar.gz nix-d2280081c600319982ba29666f740b3fb680d4ce.tar.bz2 nix-d2280081c600319982ba29666f740b3fb680d4ce.tar.lz nix-d2280081c600319982ba29666f740b3fb680d4ce.tar.xz nix-d2280081c600319982ba29666f740b3fb680d4ce.tar.zst nix-d2280081c600319982ba29666f740b3fb680d4ce.zip |
Disable old Wine 9.22
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
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' |