aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-02-27 00:05:58 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-02-27 00:05:58 -0800
commit66488eb825b249ebb975a0a04c5c2c3543c847f9 (patch)
tree896b099c62d8645dd1a325c7ddfae13c6c303262 /flake.nix
parent66f66589100379bdf1dc237934549c373f19f75a (diff)
downloadnix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar
nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.gz
nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.bz2
nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.lz
nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.xz
nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.tar.zst
nix-66488eb825b249ebb975a0a04c5c2c3543c847f9.zip
Add Wine 9.4
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a88ed47..86be19a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +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_4.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";
@@ -51,6 +52,7 @@
nixpkgs-master,
#nixpkgs-pr369712,
nixpkgs-stable,
+ nixpkgs-wine9_4,
nixpkgs,
nvidia-patch,
self,