rust template: remove unused build inputs

This commit is contained in:
2023-04-26 07:24:12 +00:00
parent af394b315e
commit ba11bba909

View File

@@ -12,10 +12,9 @@
inherit system; inherit system;
}; };
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
pkg-config # pkg-config
]; ];
buildInputs = with pkgs; [ buildInputs = with pkgs; [
openssl
]; ];
in rec { in rec {
packages = { packages = {