diff options
author | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
commit | 1079486539d44b2e70c623fb4948d6e0b9b11812 (patch) | |
tree | 7dc80cbfb44d31b8fd63955a290e687a32adbec1 /flake.nix | |
parent | cef2deec580acda72e0575b47b6415e5421736a7 (diff) |
remove lint: unquoted_splice
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"; |