hscloud/go/workspace/exports.nix

13 lines
206 B
Nix

# This file contains test exports for //go/workspace.EvalHscloudNix tests.
{ hscloud, ... }:
{
someArray = ["hello" "there"];
someAttrset = {
foo = "foo";
bar = {
baz = 42;
};
};
}