mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
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.
9 lines
178 B
Bash
9 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
|