gonix
/
tests
/
functional2
/
flakes
/
assets
/
flake_b.nix
1
2
3
4
5
6
7
{
outputs
=
{
self
}:
{
x
=
"b"
;
};
}