nix-packages/web/old-homepage.nix

10 lines
189 B
Nix
Raw Normal View History

2022-09-30 15:18:37 +00:00
{
fetchzip,
zstd,
}:
2022-09-30 15:12:07 +00:00
fetchzip {
2022-09-30 15:09:55 +00:00
url = "https://static.darkkirb.de/homepage.tar.zst";
sha256 = "sha256-T9fiDZSaAO9+YljPgQM7vEtJcs0tQF2Bd0BlsO4EyfE=";
2022-09-30 15:12:07 +00:00
nativeBuildInputs = [zstd];
2022-06-11 13:52:40 +00:00
}