From ea1044b0a628623d8028a8d49084aa3ad924dbf6 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sat, 17 Feb 2024 12:51:50 -0700 Subject: [PATCH] chore: bump `notebook` to `ae71557`. --- services/notebook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notebook.nix b/services/notebook.nix index 85566e0..088d0b5 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/99e807f8074aae47a4e733ca3eaa8693f681e20f"; + "github:jrpotter/notebook/ae7155758923bd9ca371d70ecae1dfbbea744f12"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = {