summaryrefslogtreecommitdiffstats
path: root/flake.nix
blob: c7aad7c5be011017beeb2d9e972366adc3267ca3 (plain)
1
2
3
4
5
6
7
8
{
  description = "Allow flakes to be evaluated from non-flake contexts";

  outputs =
    { self }:
    {
    };
}