Skip to content

Commit 6b62351

Browse files
committed
fix: Remove getrandom from flake.nix
1 parent 6e56a01 commit 6b62351

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@
133133
src = ./.;
134134
cargoLock = {
135135
lockFile = ./Cargo.lock;
136-
outputHashes = {
137-
"getrandom-0.2.11" = "sha256-fBPB5ptPPBQqvsxTJd+LwKXBdChrVm75DQewyQUhM2Q=";
138-
};
139136
};
140137

141138
nativeBuildInputs = with pkgs; [

0 commit comments

Comments
 (0)