Skip to content

Commit 805dec8

Browse files
syntacticallysimongdavies
authored andcommitted
[nix] Replace cargoHash with importing the Cargo.lock file
Signed-off-by: Simon Davies <[email protected]>
1 parent b055b0c commit 805dec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
pname = "hyperlight";
100100
version = "0.0.0";
101101
src = lib.cleanSource ./.;
102-
cargoHash = "sha256-hoeJEBdxaoyLlhQQ4X4Wk5X1QVtQ7RRQYaxkiGg8rWA=";
102+
cargoLock.lockFile = ./Cargo.lock;
103103

104104
nativeBuildInputs = [
105105
azure-cli

0 commit comments

Comments
 (0)