vscode stuff and ccache

This commit is contained in:
cy 2025-03-03 09:26:57 -05:00
parent faa35e268e
commit 471434366b
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 188 additions and 151 deletions

View file

@ -407,4 +407,7 @@
enable = true;
binfmt = true;
};
programs.ccache.enable = true;
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
}