Skip to content

Commit

Permalink
Pin DepotDownloader dependency
Browse files Browse the repository at this point in the history
Always use DepotDownloader from this flake's nixpkgs input to prevent a
newer version being used when this overlay is applied to a flake using
a later version of nixpkgs, because a different version can produce a
different hash.
  • Loading branch information
aidalgol committed Apr 10, 2024
1 parent aa223d3 commit 54b98e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
});

overlays.default = final: prev: {
fetchSteam = final.callPackage ./fetch-steam {};
fetchSteam = final.callPackage ./fetch-steam {inherit (prev) depotdownloader;};
steamworks-sdk-redist = final.callPackage ./steamworks-sdk-redist {};
};
};
Expand Down

0 comments on commit 54b98e9

Please sign in to comment.