fix shell nix

This commit is contained in:
MeexReay 2025-05-07 12:40:34 +03:00
parent f4873b1f21
commit fc93e519b5
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,5 @@
cargo-features = ["edition2024"]
[package]
name = "rust_mc_serv"
version = "0.1.0"

View File

@ -1,4 +1,3 @@
with import <nixpkgs> { };
mkShell {
@ -11,6 +10,4 @@ mkShell {
python3Packages.beautifulsoup4
python3Packages.requests
];
NIX_ENFORCE_PURITY = true;
}