mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-29 17:16:15 +02:00
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
|