mirror of
https://github.com/GIKExe/rust_mc_serv.git
synced 2025-06-24 02:12:58 +03:00
13 lines
187 B
Nix
13 lines
187 B
Nix
with import <nixpkgs> { };
|
|
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
direnv
|
|
rustc
|
|
cargo
|
|
rustfmt
|
|
python3
|
|
python3Packages.beautifulsoup4
|
|
python3Packages.requests
|
|
];
|
|
} |