aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 03:32:57 +0100
committerAkshay <[email protected]>2021-10-27 03:32:57 +0100
commited1ee66b06add4c22e4922ffa762f097355c7431 (patch)
tree79021e382708437170cde6905d76601d797a8f56 /flake.nix
parent20d195988de1014517ff1a1c8c1041cff5f88e05 (diff)
add MIT licensev0.2.1
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 };