diff options
Diffstat (limited to '')
| -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 |
