Skip to content

Commit

Permalink
Reset flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
AZWN committed Jun 13, 2024
1 parent 33d8f35 commit 5f58ed3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -93,4 +87,4 @@
'';
};
});
}
}

0 comments on commit 5f58ed3

Please sign in to comment.