summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 4565b00c..c8e0244e 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -390,7 +390,7 @@ with lib;
390 programs.ccache = { 390 programs.ccache = {
391 enable = true; 391 enable = true;
392 packageNames = [ 392 packageNames = [
393 "linux" 393 "linux-config" "linux"
394 ]; 394 ];
395 }; 395 };
396 396