From 7541dddaa959df82362c6ec451db1a5e50cd088e Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:54:20 +0200 Subject: [PATCH] update website --- newinfra/nix/hive.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinfra/nix/hive.nix b/newinfra/nix/hive.nix index cf68bdd..115d05b 100644 --- a/newinfra/nix/hive.nix +++ b/newinfra/nix/hive.nix @@ -10,7 +10,7 @@ specialArgs = { nixpkgs-unstable = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d04953086551086b44b6f3c6b7eeb26294f207da.tar.gz") { }; # nixos-unstable 2024-08-05 - website = import (fetchTarball "https://github.com/Noratrieb/website/archive/dc4352b9f01c4780539bdd50249d8f552e541fd9.tar.gz"); + website = import (fetchTarball "https://github.com/Noratrieb/website/archive/ab44e5ef7586a220fc1d251bda333a8752bb7783.tar.gz"); blog = fetchTarball "https://github.com/Noratrieb/nilstrieb.github.io/archive/8162ce0cff29f940507032be6b0692290d73594c.tar.gz"; slides = fetchTarball "https://github.com/Noratrieb/slides/archive/0401f35c22b124b69447655f0c537badae9e223c.tar.gz";