This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/web/old-homepage.nix

8 lines
217 B
Nix
Raw Normal View History

2022-06-11 14:04:50 +00:00
{pkgs, ...}: {
2022-06-11 13:52:40 +00:00
homepage-old = pkgs.fetchzip {
url = "https://static.darkkirb.de/homepage.tar.zst";
sha256 = "sha256-T9fiDZSaAO9+YljPgQM7vEtJcs0tQF2Bd0BlsO4EyfE=";
2022-06-11 14:04:50 +00:00
nativeBuildInputs = [pkgs.zstd];
2022-06-11 13:52:40 +00:00
};
}