This commit is contained in:
cy 2025-03-19 23:14:24 -04:00
parent ed929219da
commit 384398b08a
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 10 additions and 5 deletions

View file

@ -161,7 +161,11 @@
nix.flake.autoArchive = true;
};
};
rust_analyzer.enable = true;
rust_analyzer = {
enable = true;
installRustc = false;
installCargo = false;
};
eslint.enable = true;
};
};