This commit is contained in:
Rph :3 2024-03-29 20:31:37 +01:00
parent f6ca835145
commit 5fdbb8a208

View File

@ -16,13 +16,6 @@
with pkgs;
{
devShells.default = mkShell {
packages = [
vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [
rust-analyzer
];
}
];
buildInputs = [
rust-bin.stable.latest.default
];