eframe_template
eframe_template copied to clipboard
Update flake.nix to make wasm32_unknown_unknown available in nix shell
Compilation to the wasm target in a nix shell initiated by the contained nix flake did fail because the wasm target couldn't be found. Installing it manually with rustup did also not work due to conflicting rust installations. This change to the nix flake makes it possible to compile it to the wasm target. Nix beginner here, so maybe this can be done more elegantly