nixos-config/packages/old-homepage.nix

7 lines
185 B
Nix
Raw Normal View History

2022-01-17 14:54:37 +00:00
{ ... }: {
2022-01-17 16:01:16 +00:00
homepage-old = builtins.fetchTarball {
url = "https://static.darkkirb.de/homepage.tar.zst";
sha256 = "1wf90kpb0ra0fy0msh1drmr4jjxw7c1q3ksqc9zfy04sjh6y5msg";
2022-01-17 14:54:37 +00:00
};
}