added development shell for axum and openssl

This commit is contained in:
2025-12-30 12:40:41 +01:00
parent 1df2022bdc
commit 618b54624c
3 changed files with 449 additions and 0 deletions

View File

@@ -101,6 +101,23 @@
in
{
shell = eachSystem (buildTargets) (
system:
let
pkgs = mkPkgs system null;
in
pkgs.mkShell {
buildInputs = with pkgs; [
gcc
openssl.dev
pkg-config
libiconv
rustc
cargo
sea-orm-cli
];
}
);
packages = eachCrossSystem (builtins.attrNames buildTargets) (
buildSystem: targetSystem:
let