Signed-off-by: Shea Levy <shea@shealevy.com>
ZIIXICG7TBYQAGTNXGZXLLPVRLZ5VU3RCDDUAD3D7PHZZON4U7MQC
SHIENRALB65XTTIHXDBFXAXSG2AM23LDYENGOMEIIZROZ7HOH4XAC
LZVO64YG43JD7YMZSCTZNOBS5ROZA4FMPKJW2YOMHX2V5PTGBVWQC
PHJF4FUTRWDFKS4RTYGT2PKASDZAPPA3JY3VF2YANHFI5AUTIZAQC
2DGIP6L44ATZLSC4CED35PCHHSBJ4PYUZKNPNCE7OZGB5R2DYR3AC
J5UVLXOK6EDIL5I7VKWH4V2QDS4DPD7FHRK6XBWSXFRQS4JKXFZQC
my %hint = ( columns => [ 'path' ],);
my %hint = (
columns => [
'path'
],
);
sub json_hint { return \%hint;}
sub json_hint {
return \%hint;
}
# You can replace this text with custom code or comments, and it will be preserved on regeneration
]
], eager_relations => { buildoutputs => 'name' }
eager_relations => {
buildoutputs => 'name'
use Test::Simple tests => 15;
use Test::Simple tests => 16;
ok($build->{buildoutputs}->{out}->{path} =~ /^\/run\/nix\/store\/[a-zA-Z0-9]{32}-job$/, "The build's outpath is in the nix store and named 'job'");