diff --git a/nix/build.nix b/nix/build.nix index d77039b..3d678ab 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -1,5 +1,5 @@ { rustPlatform -, pkgconfig +, pkg-config , capnproto , openssl , postgresql @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec { cargoLock = { lockFile = ../Cargo.lock; }; depsBuildBuild = [ capnproto ]; - nativeBuildInputs = [ pkgconfig ]; + nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl postgresql