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