aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 241eb2b..8809d64 100644
--- a/flake.nix
+++ b/flake.nix
@@ -59,6 +59,8 @@
59 src = gitignoreSource ./.; 59 src = gitignoreSource ./.;
60 cargoLock.lockFile = ./Cargo.lock; 60 cargoLock.lockFile = ./Cargo.lock;
61 61
62 buildFeatures = "json";
63
62 meta = with lib; { 64 meta = with lib; {
63 description = "Lints and suggestions for the Nix programming language"; 65 description = "Lints and suggestions for the Nix programming language";
64 homepage = "https://git.peppe.rs/languages/statix/about"; 66 homepage = "https://git.peppe.rs/languages/statix/about";