Nix/tests/functional/build-hook-ca-floating.nix

7 lines
88 B
Nix

{ busybox }:
import ./build-hook.nix {
inherit busybox;
contentAddressed = true;
}