Skip to content

Commit

Permalink
Merge pull request #579 from thesimplekid/chore_update_flake
Browse files Browse the repository at this point in the history
chore: update flake
  • Loading branch information
thesimplekid authored Feb 5, 2025
2 parents 609840a + e22510e commit bbea123
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@

# Nightly used for formatting
nightly_toolchain = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
extensions = [ "rustfmt" "clippy" "rust-analyzer" ];
targets = [ "wasm32-unknown-unknown" ]; # wasm
extensions = [ "rustfmt" "clippy" "rust-src" ];

});

# Common inputs
Expand Down

0 comments on commit bbea123

Please sign in to comment.