fix old-homepage
This commit is contained in:
parent
926e72a1f2
commit
f0f99cb8c6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{fetchzip}:
|
{fetchzip, zstd}:
|
||||||
pkgs.fetchzip {
|
fetchzip {
|
||||||
url = "https://static.darkkirb.de/homepage.tar.zst";
|
url = "https://static.darkkirb.de/homepage.tar.zst";
|
||||||
sha256 = "sha256-T9fiDZSaAO9+YljPgQM7vEtJcs0tQF2Bd0BlsO4EyfE=";
|
sha256 = "sha256-T9fiDZSaAO9+YljPgQM7vEtJcs0tQF2Bd0BlsO4EyfE=";
|
||||||
nativeBuildInputs = [pkgs.zstd];
|
nativeBuildInputs = [zstd];
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue