From 31691a63569edad243bb28019f7a0deab030148d Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 24 Mar 2024 07:17:48 -0600 Subject: [PATCH] Bump portfolio and notebook. --- services/notebook.nix | 2 +- services/portfolio.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/notebook.nix b/services/notebook.nix index 62f6164..b5cc753 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/4b65764c8973f54b82a0192aef19391fc61e1fef"; + "github:jrpotter/notebook/79b715a64c703279f593cad08775b0d73400a19b"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = { diff --git a/services/portfolio.nix b/services/portfolio.nix index d1feff9..b34a935 100644 --- a/services/portfolio.nix +++ b/services/portfolio.nix @@ -1,7 +1,7 @@ { system, ... }: let portfolio = builtins.getFlake - "github:jrpotter/portfolio/357999e784102ba11c52cf1fc9edbfaa8a00912d"; + "github:jrpotter/portfolio/eca5e764f26faaa64f6966dbf3970b86eaaf2195"; in { services.nginx.virtualHosts."www.jrpotter.com" = {