about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-17 00:36:48 +0200
committerGitHub <noreply@github.com>2023-11-17 00:36:48 +0200
commit839563108f44c7b7c7301be714386468ec259a1a (patch)
tree91673cb3798a4146301fa3c230672e45a12c7661 /pkgs/games/steam
parent2939fc295a1bb8bae89a4437975c467a2ae00ca3 (diff)
parentdc2ce0af94b9d5bc58fcfe4b01c446f5e92c8de8 (diff)
Merge pull request #267957 from pbsds/nix-update-main-program
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/runtime.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/runtime.nix b/pkgs/games/steam/runtime.nix
index c8c67e94b4a4a..593d78afe0ccd 100644
--- a/pkgs/games/steam/runtime.nix
+++ b/pkgs/games/steam/runtime.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   passthru = {
     updateScript = writeShellScript "update.sh" ''
       version=$(${curl}/bin/curl https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/VERSION.txt)
-      ${nix-update}/bin/nix-update --version "$version" steamPackages.steam-runtime
+      ${lib.getExe nix-update} --version "$version" steamPackages.steam-runtime
     '';
   };