We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ea136 commit 87fde2bCopy full SHA for 87fde2b
flake.nix
@@ -33,6 +33,16 @@
33
// {
34
default = self.packages.${system}.emmylua_ls;
35
};
36
+
37
+ devShells.default = pkgs.mkShell {
38
+ buildInputs = (with pkgs; [
39
+ rust-analyzer
40
+ clippy
41
+ rustfmt
42
+ ])
43
+ ++ self.packages.${system}.default.buildInputs
44
+ ++ self.packages.${system}.default.nativeBuildInputs;
45
+ };
46
}
47
);
48
0 commit comments