From 46ade23b8c7129883d937df9fd96246c884ca3f1 Mon Sep 17 00:00:00 2001 From: Archit Gupta Date: Tue, 5 Sep 2023 20:04:14 -0700 Subject: [PATCH] Add description to flakelight flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index b12df76..512840e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,8 @@ # SPDX-License-Identifier: MIT { + description = + "A modular Nix flake framework for simplifying flake definitions"; inputs.nixpkgs.url = "nixpkgs/nixos-unstable"; outputs = inputs: let flakelight = import ./. inputs; in