From fc93e519b53d1d5bfd62eed9de50bb571edc3f7b Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 7 May 2025 12:40:34 +0300 Subject: [PATCH] fix shell nix --- Cargo.toml | 2 ++ shell.nix | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b94c043..b3cedf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,5 @@ +cargo-features = ["edition2024"] + [package] name = "rust_mc_serv" version = "0.1.0" diff --git a/shell.nix b/shell.nix index 85640ef..e24d963 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,3 @@ - with import { }; mkShell { @@ -11,6 +10,4 @@ mkShell { python3Packages.beautifulsoup4 python3Packages.requests ]; - - NIX_ENFORCE_PURITY = true; } \ No newline at end of file