about summary refs log tree commit diff
path: root/nixos/tests/subversion.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/subversion.nix')
-rw-r--r--nixos/tests/subversion.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/subversion.nix b/nixos/tests/subversion.nix
index 309da90c5df1..49450c78f3b8 100644
--- a/nixos/tests/subversion.nix
+++ b/nixos/tests/subversion.nix
@@ -20,7 +20,7 @@ let
         # To build the kernel with coverage instrumentation, we need a
         # special patch to make coverage data available under /proc.
         linux = pkgs.linux.override (orig: {
-          stdenv = cleanupBuildTree (keepBuildTree orig.stdenv);
+          stdenv = overrideInStdenv pkgs.stdenv [ pkgs.keepBuildTree ];
           extraConfig =
             ''
               GCOV_KERNEL y