partial rustup support

This commit is contained in:
2022-06-30 20:45:40 -07:00
parent 9b89b6d1af
commit d404f279de
2 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ in
# cache is probably too big to fit on the tmpfs
# TODO: we could bind-mount it to something which gets cleared per boot, though.
{ user = "colin"; group = "users"; mode = "0755"; directory = "/home/colin/.cache"; }
{ user = "colin"; group = "users"; mode = "0755"; directory = "/home/colin/.cargo"; }
{ user = "colin"; group = "users"; mode = "0755"; directory = "/home/colin/.rustup"; }
{ user = "colin"; group = "users"; mode = "0755"; directory = "/home/colin/.ssh"; }
# intentionally omitted:
# "/home/colin/.config" # managed by home-manager

View File

@@ -206,6 +206,7 @@ in
fatresize
fd
file
gcc
gnumake
gptfdisk
hdparm
@@ -239,6 +240,7 @@ in
python3
ripgrep
rmlint
rustup
sane-scripts
screen
smartmontools