Fix the nix package build

This commit is contained in:
Alexander
2026-05-13 23:22:26 +02:00
parent 39622be117
commit e4bf557151
4 changed files with 14 additions and 5 deletions
-1
View File
@@ -13,7 +13,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoLock = {
lockFile = ./Cargo.lock;
};
cargoHash = lib.fakeHash;
nativeBuildInputs = with pkgs; [
pkg-config