This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/ops/exec/undefined/with_pkg_mandatory/main.cue
Andrea Luzzardi f58ee5811b universe vendoring
Rather than injecting universe at runtime, this change will vendor
alpha.dagger.io in `cue.mod` directly.

Fixes #700

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-07-08 17:52:21 +02:00

13 lines
135 B
CUE

package testing
import (
"test.dagger.io/nonoptional"
"alpha.dagger.io/dagger/op"
)
#up: [
op.#Load & {
from: nonoptional
},
]