about summary refs log tree commit diff
path: root/users/tazjin/dns/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/dns/default.nix')
-rw-r--r--users/tazjin/dns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/dns/default.nix b/users/tazjin/dns/default.nix
index 6c51cb5de4..6ff6cc06e2 100644
--- a/users/tazjin/dns/default.nix
+++ b/users/tazjin/dns/default.nix
@@ -2,7 +2,7 @@
 { depot, pkgs, ... }:
 
 let
-  checkZone = zone: file: pkgs.runCommandNoCC "${zone}-check" { } ''
+  checkZone = zone: file: pkgs.runCommand "${zone}-check" { } ''
     ${pkgs.bind}/bin/named-checkzone -i local ${zone} ${file} | tee $out
   '';