Update notebook/portfolio.
parent
d07816309d
commit
0a5e9228a6
|
@ -1,7 +1,7 @@
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
let
|
let
|
||||||
notebook = builtins.getFlake
|
notebook = builtins.getFlake
|
||||||
"github:jrpotter/notebook/9ee37c8b7d21a48cf63cf5648b2eff222b55155f";
|
"github:jrpotter/notebook/a02bda1eed7356fca126a01d2d1bf2de80c8ee97";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
let
|
let
|
||||||
portfolio = (
|
portfolio = (
|
||||||
builtins.getFlake "github:jrpotter/portfolio/0e507765ed4652836af29747d9c384dd91157ec8"
|
builtins.getFlake "github:jrpotter/portfolio/a0b45733bc23da3d98dc1f7f5a69d8e3a0a166b2"
|
||||||
).packages.${system}.app;
|
).packages.${system}.app;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue