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;
};
nativeBuildInputs = with pkgs; [
pkg-config
# pkg-config
];
buildInputs = with pkgs; [
openssl
];
in rec {
packages = {