Skip to content

Commit

Permalink
nix: use allowBuiltinFetchGit so we don't have to manage rust deps hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP committed Dec 24, 2024
1 parent 5d7b327 commit 8f4cf0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"chatsounds-0.2.0" = "sha256-b6WGW8lkHjklsRh+CesqgPWO9ndhWK1ZMWY+ztj2PtE=";
};
allowBuiltinFetchGit = true;
};
};

Expand Down

0 comments on commit 8f4cf0c

Please sign in to comment.