nixos-config/packages/old-homepage.nix

7 lines
203 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 {
2022-01-29 19:01:08 +00:00
url = "https://minio.int.chir.rs/static.darkkirb.de/homepage.tar.zst";
sha256 = "1wf90kpb0ra0fy0msh1drmr4jjxw7c1q3ksqc9zfy04sjh6y5msg";
2022-01-17 14:54:37 +00:00
};
}