From 8b736fadbea5b1010dc2675cfe91d2a592910eb4 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 15 Sep 2025 14:57:58 -0600 Subject: pkgs/zola-static: format --- pkgs/zola-static/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/zola-static/default.nix b/pkgs/zola-static/default.nix index a975ae3..37fe7bf 100644 --- a/pkgs/zola-static/default.nix +++ b/pkgs/zola-static/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { inherit src; - nativeBuildInputs = [ zola ]; + nativeBuildInputs = [zola]; buildPhase = '' zola build --output-dir $out -- cgit v1.2.3