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