forked from mirrors_public/oddlama_nix-config
feat: persist .cargo
This commit is contained in:
parent
141781e2eb
commit
ef4d1fca2b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
./gdb.nix
|
./gdb.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
persistence."/state".directories = [
|
||||||
|
".cargo"
|
||||||
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue