From 6256b599c81a9ae3f9fc18f88ad4ab3d7cf2534f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 Oct 2023 14:48:41 +0200 Subject: [PATCH] Add description --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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 }: { }; }