aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-03-01 00:45:07 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-03-01 00:45:07 -0800
commitd2280081c600319982ba29666f740b3fb680d4ce (patch)
tree2c2da4e6fbcaeef9e13c81962f68345b7c920d40 /overlays
parent78e8766afae88064a35748193c86c59348465031 (diff)
downloadnix-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.nix12
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'