diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-08-11 09:40:30 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-08-11 09:40:30 -0700 |
| commit | 32f31dd7939cf019beaaf403f2f7058c1ae98679 (patch) | |
| tree | 9e18c480d572e33bf9509021094b89eb9f6916c8 /overlays/default.nix | |
| parent | 4000d6c4516b6f7eda8818406a139c8653407bfb (diff) | |
| download | nix-32f31dd7939cf019beaaf403f2f7058c1ae98679.tar nix-32f31dd7939cf019beaaf403f2f7058c1ae98679.tar.gz nix-32f31dd7939cf019beaaf403f2f7058c1ae98679.tar.bz2 nix-32f31dd7939cf019beaaf403f2f7058c1ae98679.tar.lz nix-32f31dd7939cf019beaaf403f2f7058c1ae98679.tar.xz nix-32f31dd7939cf019beaaf403f2f7058c1ae98679.tar.zst nix-32f31dd7939cf019beaaf403f2f7058c1ae98679.zip | |
Fix typo
Diffstat (limited to '')
| -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"; }); |
