From d47e1de659884e935c0afcc82b1055b8956c3bb2 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 11 Feb 2024 12:08:58 -0700 Subject: [PATCH] chore: bump `notebook` to `99e807f`. --- services/notebook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notebook.nix b/services/notebook.nix index 2734732..85566e0 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/4982b6e21f5de64a03932da28f769c8b993ee898"; + "github:jrpotter/notebook/99e807f8074aae47a4e733ca3eaa8693f681e20f"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = {