mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
11 lines
158 B
Bash
Executable file
11 lines
158 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
file=build-hook-ca-floating.nix
|
|
|
|
enableFeatures "ca-derivations"
|
|
|
|
NIX_TESTS_CA_BY_DEFAULT=true
|
|
|
|
source build-remote.sh
|