diff --git a/release.nix b/release.nix
index fecbfb69d749f88139372cc39b5e4a270c07f4e2..4c54f75b0af7ca43585889e1247117fe6201239c 100644
--- a/release.nix
+++ b/release.nix
@@ -81,11 +81,6 @@ let
                distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz
           '';
 
-        # XXX: Since we need to talk to a running daemon, for the benefit of
-        # `nixpkgs-derivation*' & co., we need to escape the chroot.
-        preConfigure = "export NIX_REMOTE=daemon";
-        __noChroot = true;
-
         inherit succeedOnFailure keepBuildDirectory
           buildOutOfSourceTree;
       };