Skip to content

Commit a339bdc

Browse files
committed
Switch from cargoHash to cargoLock.lockFile
1 parent 45e4d87 commit a339bdc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
version = "0.3.3-dev";
6060

6161
src = ./.;
62-
63-
cargoHash = "sha256-M/jncfud4U4n4UBnXGcW1uMBgxBMG9WZefSFEsDSKso=";
62+
cargoLock.lockFile = ./Cargo.lock;
6463

6564
env = {
6665
SEABIRD_PROTO_PATH = "${seabird-protos}";

0 commit comments

Comments
 (0)