From 4b2bf2a9a601818690a563acbbe26231a42b07a0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 22 Apr 2024 14:21:16 +1000 Subject: [PATCH] chore(nix): Add flake 'description' --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 4e25ee4d..389e310f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,5 @@ { + description = "declarative, composable, and reproducible services for Nix development environment"; outputs = _: { processComposeModules.default = ./nix;