From a98db1750da00961e6d98d12a2aba05bdd2dfa82 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 5 May 2024 10:17:47 +0200 Subject: [PATCH] add unzip --- systems/hetzner/nginx.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index bb379aa..fcec793 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -61,6 +61,9 @@ url = "https://mangabooth.com/"; hash = "sha256-JxfjZLoN6I9twAQMT60Q27CgJg22G7zEU5GDra9rROs="; }; + nativeBuildInputs = [ + unzip + ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; madara-child = pkgs.stdenv.mkDerivation rec { @@ -71,6 +74,9 @@ url = "https://mangabooth.com/"; hash = "sha256-h9w2TmX1nXaoP27b9DQ1jf6z1hTS5+BWtlz+Fprk5dQ="; }; + nativeBuildInputs = [ + unzip + ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; madara-core = pkgs.stdenv.mkDerivation rec { @@ -81,6 +87,9 @@ url = "https://mangabooth.com/"; hash = "sha256-r22hGCDlVeYTOFlhfKoc3r4TtpZExJ2E2QP9ssRoJco="; }; + nativeBuildInputs = [ + unzip + ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; madara-shortcodes = pkgs.stdenv.mkDerivation rec { @@ -91,6 +100,9 @@ url = "https://mangabooth.com/"; hash = "sha256-IW7C5DTzvt3ROFpfB21LY2wmdR45lNj9c8/THHCi6eY="; }; + nativeBuildInputs = [ + unzip + ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; option-tree-lean = pkgs.stdenv.mkDerivation rec { @@ -101,6 +113,9 @@ url = "https://mangabooth.com/"; hash = "sha256-9u+MGdOarNdLtARWiJpw/hsMR9X8r0h5qugGir+amUI="; }; + nativeBuildInputs = [ + unzip + ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; in