Update notebook/portfolio.

main
Joshua Potter 2024-07-19 05:21:24 -06:00
parent d07816309d
commit 0a5e9228a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ system, ... }:
let
notebook = builtins.getFlake
"github:jrpotter/notebook/9ee37c8b7d21a48cf63cf5648b2eff222b55155f";
"github:jrpotter/notebook/a02bda1eed7356fca126a01d2d1bf2de80c8ee97";
in
{
services.nginx = {

View File

@ -1,7 +1,7 @@
{ system, ... }:
let
portfolio = (
builtins.getFlake "github:jrpotter/portfolio/0e507765ed4652836af29747d9c384dd91157ec8"
builtins.getFlake "github:jrpotter/portfolio/a0b45733bc23da3d98dc1f7f5a69d8e3a0a166b2"
).packages.${system}.app;
in
{