From adf68b395937dbe80a818605cb30bea6bbf8e8b4 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Wed, 7 Feb 2024 06:19:37 -0700 Subject: [PATCH] chore: bump `notebook` to `3e5bb9b`. --- services/notebook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notebook.nix b/services/notebook.nix index 40b166b..46f8e74 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/9bec3123b1816a0d1c04f42c40ed46baef5f3ce0"; + "github:jrpotter/notebook/3e5bb9b9a78f5d67c88df2247d6630176e7afbc4"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = {