aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
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 /overlays
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 'overlays')
-rw-r--r--overlays/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 01287a5..b0d916e 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -8,6 +8,7 @@
# outputs.overlays.master-packages
# outputs.overlays.pr369712-packages
# outputs.overlays.stable-packages
+# outputs.overlays.wine9_4-packages
# ]
{inputs, ...}: {
@@ -30,6 +31,13 @@
# };
#};
+ "wine9_4-packages" = final: _prev: {
+ "wine9_4" = import inputs.nixpkgs-wine9_4 {
+ inherit (final) system;
+ config.allowUnfree = true;
+ };
+ };
+
# When applied, the master nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.master'
master-packages = final: _prev: {