You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afaik this is a component of rustup which is not used in this environment?
Nix-shell
# NixOS shell configuration to bootstrap the required dependencies# NOTE(Krey): Uses mozilla's overlay, because nix's upstream is slowletmoz_overlay=import(builtins.fetchTarballhttps://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);nixpkgs=import<nixpkgs>{overlays=[moz_overlay];};inwithnixpkgs;stdenv.mkDerivation{name="moz_overlay_shell";buildInputs=[# NOTE(Krey): Using nightly for 2021 edition(nixpkgs.rustChannelOf{date="2021-08-15";channel="nightly";}).rust];}
Editor
[nix-shell:~/Repositories/RiXotStudio/editors/nix/codium]$ catdefault.nix#!/usr/bin/env nix-shell# NixOS shell configuration to bootstrap the required dependencies and start the editor
with import<nixpkgs>{};stdenv.mkDerivation{name="RiXotStudio";buildInputs=[pkgs.vscodium-fhspkgs.texlive.combined.scheme-full];}
Afaik this is a component of
rustup
which is not used in this environment?Nix-shell
Editor
May be relevant to rust-lang/rust-analyzer#4172
The text was updated successfully, but these errors were encountered: