1
0
Fork 0
forked from foxora/nix

make rust-analyzer track latest changes

This commit is contained in:
foxora 2026-02-18 18:50:10 +00:00
parent 8a81199387
commit dd6e0ac2f4
3 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
inputs,
spkgs,
mpkgs,
...
}: let
inherit
@ -64,7 +65,7 @@ in {
];
rust = with pkgs; [
cargo
rust-analyzer
mpkgs.rust-analyzer
];
zig = with pkgs; [
spkgs.zls # FIX: using spkgs version as zls is broken rn ;-;