aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9bef554..ba1c431 100644
--- a/flake.nix
+++ b/flake.nix
@@ -67,6 +67,12 @@
67 installPhase = '' 67 installPhase = ''
68 install -Dm775 ./target/release/statix $out/bin/statix 68 install -Dm775 ./target/release/statix $out/bin/statix
69 ''; 69 '';
70
71 meta = with pkgs.lib; {
72 description = "Lints and suggestions for the Nix programming language";
73 homepage = "https://git.peppe.rs/languages/statix/about";
74 license = licenses.mit;
75 };
70 }; 76 };
71 77
72 }; 78 };