dragon :o
This commit is contained in:
parent
3b20c01dec
commit
e4a8f65652
21 changed files with 18 additions and 6 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue