summary refs log tree commit diff
path: root/lib/tests/flakes/subflakeTest/subflake/flake.nix
blob: 41566b52090ccaa0aa67200720679d8036fa2d0d (plain) (blame)
1
2
3
4
5
{
  outputs = { self }: {
    subflakeOutput = 1;
  };
}