diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-09-15 14:57:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-09-15 14:57:58 -0600 |
| commit | 8b736fadbea5b1010dc2675cfe91d2a592910eb4 (patch) | |
| tree | 2ae99010028021710b0005faee1631f4a2fdbfbb /pkgs/zola-static/default.nix | |
| parent | 461c8ac0b7396d39c759607ccbea142c468d8930 (diff) | |
pkgs/zola-static: format
Diffstat (limited to 'pkgs/zola-static/default.nix')
| -rw-r--r-- | pkgs/zola-static/default.nix | 2 |
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 |
