about summary refs log tree commit diff
path: root/nix/sparseTree
diff options
context:
space:
mode:
Diffstat (limited to 'nix/sparseTree')
-rw-r--r--nix/sparseTree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/sparseTree/default.nix b/nix/sparseTree/default.nix
index 16fc9b6103..bf56a5348c 100644
--- a/nix/sparseTree/default.nix
+++ b/nix/sparseTree/default.nix
@@ -64,7 +64,7 @@ in
 
 # TODO(sterni): teach readTree to also read symlinked directories,
   # so we ln -sT instead of cp -aT.
-pkgs.runCommandNoCC "sparse-${builtins.baseNameOf root}" { } (
+pkgs.runCommand "sparse-${builtins.baseNameOf root}" { } (
   lib.concatMapStrings
     ({ src, dst }: ''
       mkdir -p "$(dirname "$out${dst}")"