From 1079486539d44b2e70c623fb4948d6e0b9b11812 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 28 Nov 2021 19:25:36 +0530 Subject: remove lint: unquoted_splice --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 241eb2b..8809d64 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,8 @@ src = gitignoreSource ./.; cargoLock.lockFile = ./Cargo.lock; + buildFeatures = "json"; + meta = with lib; { description = "Lints and suggestions for the Nix programming language"; homepage = "https://git.peppe.rs/languages/statix/about"; -- cgit v1.2.3