Skip to content

Commit

Permalink
fix(flake): use complete toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 23, 2024
1 parent d14e1d0 commit c009313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
perSystem = { config, self', inputs', lib, pkgs, system, ... }:
let
toolchain = with fenix.packages.${system}; combine [
default.toolchain
complete.toolchain
rust-analyzer
targets.aarch64-unknown-linux-gnu.latest.rust-std
targets.aarch64-unknown-linux-musl.latest.rust-std
Expand Down

0 comments on commit c009313

Please sign in to comment.