Skip to content

Commit

Permalink
steamos-manager: switch to fetchCargoVendor
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Feb 4, 2025
1 parent 4ef9669 commit 3482988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/steamos-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-AU3yws5ENrA4flknfbJXp/t9RtkZOaCmrAZ4Bc4uvro=";
};

cargoHash = "sha256-HHzQP12/t86OBR1X0JlhmlWDPcBcvjYykh8VPXni9YQ=";
useFetchCargoVendor = true;
cargoHash = "sha256-nA3hncartcchwFvRUdo3UWWh9nyjT8RhZQHe9cDIies=";

# tests assume Steam Deck hardware
doCheck = false;
Expand Down

0 comments on commit 3482988

Please sign in to comment.