From 32f31dd7939cf019beaaf403f2f7058c1ae98679 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 11 Aug 2026 09:40:30 -0700 Subject: Fix typo --- overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }); -- cgit v1.3.1