From d66927eb669988ca6d3e044e00184fa7f7784bab Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Fri, 22 Mar 2024 09:27:09 -0600 Subject: [PATCH] bump: notebook to `4b65764`. --- services/notebook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notebook.nix b/services/notebook.nix index f8fffb3..62f6164 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/444418d78e275a435031d1995ded85cd477c1526"; + "github:jrpotter/notebook/4b65764c8973f54b82a0192aef19391fc61e1fef"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = {