Closed LennyLizowzskiy closed 8 months ago
This is how the package is installed:
home.packages = with pkgs; [ (rust-bin.stable.latest.default.override { extensions = [ "rust-analyzer" ]; targets = [ "x86_64-pc-windows-gnu" ]; }) ];
I also tried NixOS installation before (i.e. via environment.systemPackages) but it didn't work too
environment.systemPackages
It seems like somehow I got the generic non-nix rustup and other tools installed on my system. Removed cargo cache and everything is ok now
This is how the package is installed:
I also tried NixOS installation before (i.e. via
environment.systemPackages
) but it didn't work too