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/exec/undefined/with_pkg_def/main.cue
Andrea Luzzardi 3ab0563e80 cue module is now dagger.io
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-02-17 13:21:41 -08:00

15 lines
111 B
CUE

package testing
import (
"dagger.io/def"
)
#dagger: {
compute: [
{
do: "load",
from: def
},
]
}