Skip to content

Commit

Permalink
chore(nix): update build hash
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Aug 3, 2024
1 parent 123a0fd commit 6392705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nix/development-environment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
then darwin.apple_sdk.frameworks.CoreServices
else null)
];

shellHook = ''
cargo update
'';
}
2 changes: 1 addition & 1 deletion nix/package-from-source.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
# allowBuiltinFetchGit = true;
# };

cargoHash = "sha256-MhyXW89u+oUiHww/c1N0FxJ0iiqU2dvzQd2qwdECRSs=";
cargoHash = "sha256-/elWcJPFPIns35+aQtm0D1wa/VPL/FeiXKXH7pKG8Zw=";

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
Expand Down

0 comments on commit 6392705

Please sign in to comment.