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