diff options
author | azahi <azat@bahawi.net> | 2025-03-12 20:17:13 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-03-12 20:17:13 +0300 |
commit | c81dc5a13b469c511fac6fa2390b70422d1b4da5 (patch) | |
tree | 4dab5909006ab5c25da6bd9fde6a714c7719ded7 /overlays.nix | |
parent | 2025-02-17 (diff) |
Diffstat (limited to '')
-rw-r--r-- | overlays.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlays.nix b/overlays.nix index 951ae9f..85e0945 100644 --- a/overlays.nix +++ b/overlays.nix @@ -96,5 +96,8 @@ vendorHash.__assign = "sha256-tq9FI8A3pi3ztcLYF6sZ4wmwTD0HWq4g2EAl7eLo+po="; patches.__append = [ ./packages/soju-upload.patch ]; }; + + lutris-unwrapped.__assign = + (lib.packages.fromPR 386261 "sha256-jE9COPXP029N3g07ilVFln5qq/+U5ae6NpgznewL3Q4=").lutris-unwrapped; }; } |