diff options
| -rw-r--r-- | overlays/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 51a366c..e1c10da 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -50,7 +50,7 @@ pname = "proton-ge-bin"; src = prev.fetchzip { hash = "sha256-Sbyi5zXMhPIKSotvL5LEZ2dbDoLpXRcCyuY9TsnBnus="; - url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}-${inputs.nixpkgs.stdenv.hostPlatform.linuxArch}.tar.gz"; + url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}-${final.stdenv.hostPlatform.linuxArch}.tar.gz"; }; version = "GE-Proton11-5"; }); |
