diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | }; |