dragon :o

This commit is contained in:
TudbuT 2024-11-24 17:18:33 +01:00
parent 3b20c01dec
commit e4a8f65652
No known key found for this signature in database
GPG key ID: B3CF345217F202D3
21 changed files with 18 additions and 6 deletions

View file

@ -22,7 +22,11 @@
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
rs-toolchain = with fenix.packages.${system}; combine [stable.toolchain];
rs-toolchain = with fenix.packages.${system}; combine [
stable.toolchain
targets.wasm32-unknown-unknown.stable.rust-src
targets.x86_64-pc-windows-gnu.stable.rust-src
];
in {
devShells.default = pkgs.mkShell rec {
buildInputs = with pkgs; [