diff options
| author | polwex <polwex@sortug.com> | 2025-10-20 09:08:14 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-20 09:08:14 +0700 |
| commit | 4bb8dd864cf5077018327d6f55058b87def03d45 (patch) | |
| tree | 9de20852c41f2dc1582a622b1d2b9aff8e63af30 /hosts/dev.nix | |
| parent | dbf3c03bd7a285d2bf3530679539f33f5c83d477 (diff) | |
no moar hanging
Diffstat (limited to 'hosts/dev.nix')
| -rw-r--r-- | hosts/dev.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hosts/dev.nix b/hosts/dev.nix new file mode 100644 index 0000000..ef6c761 --- /dev/null +++ b/hosts/dev.nix @@ -0,0 +1,18 @@ +{ + inputs, + pkgs, + lib, + config, + ... +}: { + # https://nixos.wiki/wiki/CCache + + programs.ccache = { + enable = true; + }; + nix.settings.extra-sandbox-paths = [config.programs.ccache.cacheDir]; + + # environment.systemPackages = with pkgs; + # [ + # ]; +} |
