release.nix: build: Allow builds within a chroot.
* release.nix (build): Remove `__noChroot' and `preConfigure'.master
parent
ad1ebab379
commit
6a95fa501f
|
@ -81,11 +81,6 @@ let
|
||||||
distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz
|
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
|
inherit succeedOnFailure keepBuildDirectory
|
||||||
buildOutOfSourceTree;
|
buildOutOfSourceTree;
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue