remove rustup, i mostly use devshells now
This commit is contained in:
parent
7d08a25b04
commit
4d6dc2944b
|
@ -14,7 +14,6 @@
|
||||||
PARALLEL_HOME = "${config.xdg.configHome}/parallel";
|
PARALLEL_HOME = "${config.xdg.configHome}/parallel";
|
||||||
PLATFORMIO_CORE_DIR = "${config.xdg.dataHome}/platformio";
|
PLATFORMIO_CORE_DIR = "${config.xdg.dataHome}/platformio";
|
||||||
PYTHONSTARTUP = "${config.xdg.configHome}/python/pythonrc";
|
PYTHONSTARTUP = "${config.xdg.configHome}/python/pythonrc";
|
||||||
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|
|
@ -86,7 +86,6 @@
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
patchelf
|
patchelf
|
||||||
rustup
|
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue