From adba030111af3de18c9ad41b5ee389b140811fbb Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Dec 2020 21:15:47 -0500 Subject: nix shebangs, consider --- project.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'project.nix') diff --git a/project.nix b/project.nix index ebadd91..9b335e3 100644 --- a/project.nix +++ b/project.nix @@ -6,7 +6,9 @@ mkDubDerivation rec { name = "spine-${version}"; version = "0.11.1"; src = ./.; - buildInputs = [ pkgs.sqlite ]; + buildInputs = [ + pkgs.sqlite + ]; meta = with stdenv.lib; { homepage = http://sisudoc.org; description = "a sisu like document parser"; -- cgit v1.2.3