diff --git a/flake.nix b/flake.nix index e18fbb4..07ec874 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + description = "Allow flakes to be used with Nix < 2.4"; + outputs = { self }: { }; }