mirror of https://github.com/wlcx/home.git
Remove rust (in favour of individual direnvs)
This commit is contained in:
parent
55c41e4f3f
commit
7ac16e425a
|
@ -3,7 +3,7 @@
|
||||||
default = ./default.nix;
|
default = ./default.nix;
|
||||||
# A machine for development
|
# A machine for development
|
||||||
dev = {...}: {
|
dev = {...}: {
|
||||||
imports = [./git.nix ./rust.nix ./vim.nix ./vim-dev];
|
imports = [./git.nix ./vim.nix ./vim-dev];
|
||||||
};
|
};
|
||||||
# A machine for dev with a GUI
|
# A machine for dev with a GUI
|
||||||
# TODO: detect this automatically somehow?
|
# TODO: detect this automatically somehow?
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{pkgs, ...}: {home.packages = [pkgs.rustup pkgs.rust-analyzer];}
|
|
Loading…
Reference in New Issue