diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index fcec793..4e036e9 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -62,7 +62,7 @@ hash = "sha256-JxfjZLoN6I9twAQMT60Q27CgJg22G7zEU5GDra9rROs="; }; nativeBuildInputs = [ - unzip + pkgs.unzip ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; @@ -75,7 +75,7 @@ hash = "sha256-h9w2TmX1nXaoP27b9DQ1jf6z1hTS5+BWtlz+Fprk5dQ="; }; nativeBuildInputs = [ - unzip + pkgs.unzip ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; @@ -88,7 +88,7 @@ hash = "sha256-r22hGCDlVeYTOFlhfKoc3r4TtpZExJ2E2QP9ssRoJco="; }; nativeBuildInputs = [ - unzip + pkgs.unzip ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; @@ -101,7 +101,7 @@ hash = "sha256-IW7C5DTzvt3ROFpfB21LY2wmdR45lNj9c8/THHCi6eY="; }; nativeBuildInputs = [ - unzip + pkgs.unzip ]; installPhase = "mkdir -p $out; cp -R * $out/"; }; @@ -114,7 +114,7 @@ hash = "sha256-9u+MGdOarNdLtARWiJpw/hsMR9X8r0h5qugGir+amUI="; }; nativeBuildInputs = [ - unzip + pkgs.unzip ]; installPhase = "mkdir -p $out; cp -R * $out/"; };