cellBlocks = with hive.blockTypes;
[ (nixosConfigurations // { ci.build = true; })`
Doesn't generate enough details for std-action (missing proviso / drvPath attrs in nix eval .#__std.ci.x86_64-linux.)
Is this out of scope since it falls outside the cell block's scope (harvest/collect/transform)?
I'm not familiar with the internals of std/hive, but happy to implement it if someone can guide me!