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 /flake.nix | |
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 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ # per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages #nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e"; - nixpkgs-wine9_22.url = "github:nixos/nixpkgs/dea5930f0ed8c29d3758d5ade9898b4e99d80b74"; + #nixpkgs-wine9_22.url = "github:nixos/nixpkgs/dea5930f0ed8c29d3758d5ade9898b4e99d80b74"; nixpkgs-master.url = "github:nixos/nixpkgs"; #nixpkgs-pr369712.url = "github:7c6f434c/nixpkgs/fix-tftp-hpa"; nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05"; @@ -52,7 +52,7 @@ nixpkgs-master, #nixpkgs-pr369712, nixpkgs-stable, - nixpkgs-wine9_22, + #nixpkgs-wine9_22, nixpkgs, nvidia-patch, self, |