Skip to content

Commit

Permalink
add rust-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 21, 2022
1 parent cfeddf1 commit bd1a36e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion flake.nix
Expand Up @@ -9,7 +9,13 @@
let pkgs = import inputs.nixpkgs { inherit system; };
in {
devShell = pkgs.mkShell {
packages = [ pkgs.rustc pkgs.cargo pkgs.libiconv pkgs.rustfmt ];
packages = [
pkgs.rustc
pkgs.cargo
pkgs.libiconv
pkgs.rustfmt
pkgs.rust-analyzer
];
};
});
}

0 comments on commit bd1a36e

Please sign in to comment.