Skip to content

Commit

Permalink
server: replace cargoHash with cargoLock.lockFile
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Mar 20, 2024
1 parent cabfe26 commit fef0be9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in
{ name = "Cargo.lock"; path = "${./Cargo.lock}"; }
{ name = "src"; path = "${./src}"; }
];
cargoHash = "sha256-1JB9GCJpiyYjAghUXQphUuUUJmRRxutbW+NXNDM83c4=";
cargoLock.lockFile = ./Cargo.lock;
checkPhase = "true";
target = "x86_64-unknown-linux-musl";
}
7 changes: 0 additions & 7 deletions update-server-sha256.sh

This file was deleted.

0 comments on commit fef0be9

Please sign in to comment.