From 8de144a0085a6af6e2c4cd3779bf7e42d5d66f8b Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 7 Jan 2024 07:34:12 -0700 Subject: [PATCH] chore: Bump `blog` to `3131367`. --- services/blog.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/blog.nix b/services/blog.nix index acc1faa..d4ecd17 100644 --- a/services/blog.nix +++ b/services/blog.nix @@ -1,7 +1,7 @@ { system, ... }: let blog = builtins.getFlake - "github:jrpotter/blog/0b98273575532aac286f0f98d417e761400bbd81"; + "github:jrpotter/blog/313136701fc918675675178905aaff0e0b3f9c75"; in { services.nginx.virtualHosts."blog.jrpotter.com" = {