1
0
Fork 0
mirror of https://github.com/edolstra/flake-compat.git synced 2025-03-13 20:28:40 +00:00
flake-compat/flake.nix

7 lines
92 B
Nix
Raw Normal View History

2023-10-02 14:43:40 +02:00
{
2023-10-02 14:48:41 +02:00
description = "Allow flakes to be used with Nix < 2.4";
2023-10-02 14:43:40 +02:00
outputs = { self }: {
};
}