From 49bd904b2feedf68a0898514acb8c5640a1ecb7e Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Tue, 30 Jul 2024 06:44:37 -0600 Subject: [PATCH] bump: notebook to 4dc9e0f. --- services/notebook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notebook.nix b/services/notebook.nix index a15bbd1..4c04f75 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/992dff94f4a2d93a6b35aa9665d377cb30410686"; + "github:jrpotter/notebook/4dc9e0fab164d0eea57fffc7ded72e0039aa97cc"; in { services.nginx = {