fix old-homepage

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-30 16:12:07 +01:00
parent 926e72a1f2
commit f0f99cb8c6
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,6 +1,6 @@
{fetchzip}:
pkgs.fetchzip {
{fetchzip, zstd}:
fetchzip {
url = "https://static.darkkirb.de/homepage.tar.zst";
sha256 = "sha256-T9fiDZSaAO9+YljPgQM7vEtJcs0tQF2Bd0BlsO4EyfE=";
nativeBuildInputs = [pkgs.zstd];
nativeBuildInputs = [zstd];
}