nixbuild/derivation_sample_getchoo_glados_test.go
Yonah 1e30aef337
derivation: collect store paths
The implementation of the main hack this library does.
2025-07-15 04:09:25 +09:00

12 lines
220 B
Go

package nixbuild_test
import _ "embed"
var (
//go:embed testdata/derivation/show_getchoo_glados.json
getchooGladosShow []byte
//go:embed testdata/derivation/collect_getchoo_glados
getchooGladosCollective string
)