mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-07-25 17:57:49 +02:00
6 lines
750 B
Nix
6 lines
750 B
Nix
{ fetchzip }: {
|
|
"MobileFrontend" = fetchzip { url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_41-9c76ddf.tar.gz/MobileFrontend-REL1_41-9c76ddf.tar.gz"; sha256 = "0vghqw2z13p3wphqi6ar8nwf3iy4knkl6hrbq2qpqa2bybk9fvhy"; };
|
|
"DarkMode" = fetchzip { url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_41-d456330.tar.gz/DarkMode-REL1_41-d456330.tar.gz"; sha256 = "0rj7yd72ik4hkbpfp682z158nrn9lqv841jgkjand1j4z64raj57"; };
|
|
"QuickInstantCommons" = fetchzip { url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/QuickInstantCommons-REL1_41-0c2fd1b.tar.gz/QuickInstantCommons-REL1_41-0c2fd1b.tar.gz"; sha256 = "0ldw9a53hkxff1bm7likbnrddcriag824d0sr49sabrxa5flygln"; };
|
|
}
|