aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-28 13:55:36 +0000
committerAkshay <[email protected]>2021-11-28 13:55:36 +0000
commit1079486539d44b2e70c623fb4948d6e0b9b11812 (patch)
tree7dc80cbfb44d31b8fd63955a290e687a32adbec1 /flake.nix
parentcef2deec580acda72e0575b47b6415e5421736a7 (diff)
remove lint: unquoted_splice
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";