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