1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: persist .cargo

This commit is contained in:
oddlama 2023-11-04 19:48:54 +01:00
parent 141781e2eb
commit ef4d1fca2b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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; [