Skip to content

Commit

Permalink
nix: skip cargo lockfile hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Mar 24, 2024
1 parent 0ff7efa commit 95b287e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

src = ./.;

cargoHash = "sha256-EnAO82q8ErchCDjn1bXNxHyx+sXRJB1NpSATpOtTs9s=";
cargoLock = {
lockFile = ./Cargo.lock;
};

postPatch = ''
rm .cargo/config.toml;
Expand Down

0 comments on commit 95b287e

Please sign in to comment.