Jump to content

Rust: Difference between revisions

m
fix: use rust-analyzer from the overlay or else you'll face version mismatch errors
imported>\\\\\\\\\\\
m (Corrected "offers and interface" to "offers an interface")
imported>Mbwk
m (fix: use rust-analyzer from the overlay or else you'll face version mismatch errors)
Line 220: Line 220:
     extensions = [
     extensions = [
       "rust-src" # for rust-analyzer
       "rust-src" # for rust-analyzer
      "rust-analyzer"
     ];
     ];
   };
   };
Line 227: Line 228:
     rust
     rust
   ] ++ (with pkgs; [
   ] ++ (with pkgs; [
    rust-analyzer
     pkg-config
     pkg-config
     # other dependencies
     # other dependencies
Anonymous user