7 lines
217 B
Nix
7 lines
217 B
Nix
{pkgs, ...}: {
|
|
homepage-old = pkgs.fetchzip {
|
|
url = "https://static.darkkirb.de/homepage.tar.zst";
|
|
sha256 = "sha256-T9fiDZSaAO9+YljPgQM7vEtJcs0tQF2Bd0BlsO4EyfE=";
|
|
nativeBuildInputs = [pkgs.zstd];
|
|
};
|
|
}
|