flowgate/shell.nix
MeexReay 631025efdb fix servers starting
more docs
shell nix remove openssl
2025-04-07 00:56:27 +03:00

8 lines
88 B
Nix
Executable File

with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
cargo
rustc
];
}