Skip to content

Commit

Permalink
chore: rust comps as extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 15, 2024
1 parent 6dd023a commit 2231a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
# latest stable
stable_toolchain = pkgs.rust-bin.stable."1.82.0".default.override {
targets = [ "wasm32-unknown-unknown" ]; # wasm
extensions = [ "rustfmt" "clippy" "rust-analyzer" ];
};

# MSRV stable
Expand All @@ -54,7 +55,7 @@

# Nighly for creating lock files
nightly_toolchain = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
extensions = [ "rustfmt" ];
extensions = [ "rustfmt" "clippy" "rust-analyzer" ];
});

# Common inputs
Expand All @@ -67,7 +68,6 @@
just
protobuf
nixpkgs-fmt
rust-analyzer
typos
lnd
clightning
Expand Down

0 comments on commit 2231a54

Please sign in to comment.