From 520053b6e8a2fe93ce8d6a7a12da090a39ebcf1c Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Mon, 22 Apr 2024 10:55:03 -0700 Subject: [PATCH 1/2] flake update --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 6275d9c..537e95a 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1713344939, - "narHash": "sha256-jpHkAt0sG2/J7ueKnG7VvLLkBYUMQbXQ2L8OBpVG53s=", + "lastModified": 1713725259, + "narHash": "sha256-9ZR/Rbx5/Z/JZf5ehVNMoz/s5xjpP0a22tL6qNvLt5E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e402c3eb6d88384ca6c52ef1c53e61bdc9b84ddd", + "rev": "a5e4bbcb4780c63c79c87d29ea409abf097de3f7", "type": "github" }, "original": { @@ -41,11 +41,11 @@ }, "unstable": { "locked": { - "lastModified": 1713537308, - "narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=", + "lastModified": 1713714899, + "narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f", + "rev": "6143fc5eeb9c4f00163267708e26191d1e918932", "type": "github" }, "original": { From ba9e37c059beb297328f8086c1253fc138804103 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Mon, 22 Apr 2024 10:55:14 -0700 Subject: [PATCH 2/2] better ogdo redirects --- ogdo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogdo.nix b/ogdo.nix index 8869a7f..f2d6597 100644 --- a/ogdo.nix +++ b/ogdo.nix @@ -50,7 +50,7 @@ rejectSSL = true; - locations."/".return = "301 http://xn--xx8a.run"; + locations."/".return = "301 http://xn--xx8a.run/$uri"; }; }; }