chore: update

This commit is contained in:
Edward Langley
2025-11-14 00:18:51 -08:00
parent 4a97d20467
commit dce6d6ba3b
9 changed files with 1336 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{
defaultPackage = naersk-lib.buildPackage ./.;
devShell = with pkgs; mkShell {
buildInputs = [ cargo rustc rustfmt pre-commit rustPackages.clippy gnumake ];
buildInputs = [ cargo rustc rustfmt pre-commit rustPackages.clippy gnumake openssl.dev pkg-config nginx ];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};
}