Skip to content

Commit

Permalink
Nix: Temporarily add hash for git repository Cargo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Mar 7, 2024
1 parent 9a767c5 commit e29b7eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
];

cargoLock.lockFile = ./Cargo.lock;
cargoLock.outputHashes = {
"git2-0.18.2" = "sha256-FpHp1zbHRYCINQ72Hrc+jTGE4wQnb6pib1QFQQahQwE=";
};
nativeBuildInputs = with pkgs; [
gzip
installShellFiles
Expand Down

0 comments on commit e29b7eb

Please sign in to comment.