forked from lix-project/lix
8 lines
145 B
Bash
8 lines
145 B
Bash
|
source common.sh
|
||
|
|
||
|
file=build-hook-ca.nix
|
||
|
|
||
|
sed -i 's/experimental-features .*/& ca-derivations/' "$NIX_CONF_DIR"/nix.conf
|
||
|
|
||
|
source build-remote.sh
|