mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
2e12b58126
Progress on #10795
12 lines
152 B
Bash
12 lines
152 B
Bash
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
file=build-hook-ca-floating.nix
|
|
|
|
enableFeatures "ca-derivations"
|
|
|
|
CONTENT_ADDRESSED=true
|
|
|
|
source build-remote.sh
|