forked from lix-project/lix
7c077d2a0f
Make ca-derivations require a `ca-derivations` machine feature, and ca-aware builders expose it. That way, a network of builders can mix ca-aware and non-ca-aware machines, and the scheduler will send them in the right place.
10 lines
178 B
Bash
10 lines
178 B
Bash
source common.sh
|
|
|
|
file=build-hook-ca-floating.nix
|
|
|
|
sed -i 's/experimental-features .*/& ca-derivations/' "$NIX_CONF_DIR"/nix.conf
|
|
|
|
CONTENT_ADDRESSED=true
|
|
|
|
source build-remote.sh
|