Fix the nix package build
This commit is contained in:
@@ -13,7 +13,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
};
|
||||
cargoHash = lib.fakeHash;
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user