partial rustup support
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user