From ed1ee66b06add4c22e4922ffa762f097355c7431 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 27 Oct 2021 08:02:57 +0530 Subject: add MIT license --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9bef554..ba1c431 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,12 @@ installPhase = '' install -Dm775 ./target/release/statix $out/bin/statix ''; + + meta = with pkgs.lib; { + description = "Lints and suggestions for the Nix programming language"; + homepage = "https://git.peppe.rs/languages/statix/about"; + license = licenses.mit; + }; }; }; -- cgit v1.2.3