From 5f58ed38254e1936be024d38826b1e99e3e4495c Mon Sep 17 00:00:00 2001 From: Aron Zwaan Date: Thu, 13 Jun 2024 15:40:34 +0200 Subject: [PATCH] Reset flake.nix --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 865a3cd..42180ad 100644 --- a/flake.nix +++ b/flake.nix @@ -20,12 +20,6 @@ }; in { devShells.default = pkgs.mkShell rec { - rustToolchain = pkgs.rust-bin.stable.latest.default.override { - targets = [ "wasm32-unknown-unknown" ]; - extensions = [ "rust-src" "rust-analyzer" ]; - }; - RUST_SRC_PATH = "${rustToolchain}/lib/rustlib/src/rust/library"; - buildInputs = with pkgs; [ # necessary for building wgpu in 3rd party packages (in most cases) libxkbcommon @@ -93,4 +87,4 @@ ''; }; }); -} \ No newline at end of file +}