gonix
/
tests
/
functional
/
build-hook-ca-floating.nix
1
2
3
4
5
6
{
busybox
}:
import
./build-hook.nix
{
inherit
busybox
;
contentAddressed
=
true
;
}