Skip to content

Commit

Permalink
treewide: switch to cargoHash (#327127)
Browse files Browse the repository at this point in the history
* nickel: switch to cargoHash

* gnvim-unwrapped: switch to cargoHash

* surrealdb-migrations: switch to cargoHash

* wluma: switch to cargoHash

* httm: switch to cargoHash

No need (observed) for these packages to have a vendor Cargo.lock. If they for some reason have to use a different Cargo.lock than upstream, they should copy that to the build directory as well, otherwise the build will fail. They don't, so I infer there's no reason to use Cargo.lock.
  • Loading branch information
Aleksanaa authored Jul 15, 2024
1 parent 23a62d0 commit d582f13
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 12,529 deletions.
1,264 changes: 0 additions & 1,264 deletions pkgs/applications/editors/neovim/gnvim/Cargo.lock

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/applications/editors/neovim/gnvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-VyyHlyMW/9zYECobQwngFARQYqcoXmopyCHUwHolXfo=";
};

cargoLock.lockFile = ./Cargo.lock;
cargoHash = "sha256-uhObLKoQE+r0/ocWA26MpJsSt9RAzKG1XmZsXat+ohg=";

nativeBuildInputs = [
pkg-config
Expand Down
Loading

0 comments on commit d582f13

Please sign in to comment.