nixbuild/derivation_sample_pluiedev_pappardelle_test.go
Ophestra 0d433bab27
derivation: collect store paths
The implementation of the main hack this library does.
2025-07-19 00:21:48 +09:00

12 lines
244 B
Go

package nixbuild_test
import _ "embed"
var (
//go:embed testdata/derivation/show_pluiedev_pappardelle.json
pluiedevPappardelleShow []byte
//go:embed testdata/derivation/collect_pluiedev_pappardelle
pluiedevPappardelleCollective string
)