added development shell for axum and openssl
This commit is contained in:
17
flake.nix
17
flake.nix
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user