From a47f17adf59216062bc0695cb4d3c01cc75b5a84 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Fri, 19 Jul 2024 05:33:51 -0600 Subject: [PATCH] Bump notebook/quartz version. --- services/notebook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notebook.nix b/services/notebook.nix index 69c58e6..a15bbd1 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/a02bda1eed7356fca126a01d2d1bf2de80c8ee97"; + "github:jrpotter/notebook/992dff94f4a2d93a6b35aa9665d377cb30410686"; in { services.nginx = {