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 # cache is probably too big to fit on the tmpfs
# TODO: we could bind-mount it to something which gets cleared per boot, though. # 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/.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"; } { user = "colin"; group = "users"; mode = "0755"; directory = "/home/colin/.ssh"; }
# intentionally omitted: # intentionally omitted:
# "/home/colin/.config" # managed by home-manager # "/home/colin/.config" # managed by home-manager

View File

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