summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-09-15 14:57:58 -0600
committerAlejandro Soto <alejandro@34project.org>2025-09-15 14:57:58 -0600
commit8b736fadbea5b1010dc2675cfe91d2a592910eb4 (patch)
tree2ae99010028021710b0005faee1631f4a2fdbfbb /pkgs
parent461c8ac0b7396d39c759607ccbea142c468d8930 (diff)
pkgs/zola-static: format
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/zola-static/default.nix2
1 files changed, 1 insertions, 1 deletions
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