chore: Bump versions.
parent
7bd90fd202
commit
aacb694151
|
@ -1,7 +1,7 @@
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
let
|
let
|
||||||
blog = builtins.getFlake
|
blog = builtins.getFlake
|
||||||
"github:jrpotter/blog/76e0accbacb113fff57d42a9dc59adafc02eb885";
|
"github:jrpotter/blog/3985323a0378ad7571511a348ef83ef833b08646";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."blog.jrpotter.com" = {
|
services.nginx.virtualHosts."blog.jrpotter.com" = {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ system, pkgs, lib, ... }:
|
{ system, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
boardwise = builtins.getFlake
|
boardwise = builtins.getFlake
|
||||||
"github:boardwise-gg/website/db73e3b4f06659fd477be8e76594c01a185f1496";
|
"github:boardwise-gg/website/ef264d6670199157761602093f9bf52bb471c4b8";
|
||||||
coach-scraper = builtins.getFlake
|
coach-scraper = builtins.getFlake
|
||||||
"github:boardwise-gg/coach-scraper/58815d3ae5a69cac12436a01e77019a5ac5d16a7";
|
"github:boardwise-gg/coach-scraper/58815d3ae5a69cac12436a01e77019a5ac5d16a7";
|
||||||
in
|
in
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
let
|
let
|
||||||
portfolio = builtins.getFlake
|
portfolio = builtins.getFlake
|
||||||
"github:jrpotter/portfolio/eb0bc7d44ba1349860a56797b92761c68a4e7dce";
|
"github:jrpotter/portfolio/869cbe0f566814caa8a791d956ea794004f2eb7d";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."www.jrpotter.com" = {
|
services.nginx.virtualHosts."www.jrpotter.com" = {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stateVersion, pkgs, ... }:
|
{ stateVersion, pkgs, ... }:
|
||||||
let
|
let
|
||||||
bootstrap = builtins.getFlake
|
bootstrap = builtins.getFlake
|
||||||
"github:jrpotter/bootstrap/ad6e70f99940c986a153443f9d36e55be2dbb8b4";
|
"github:jrpotter/bootstrap/a4d83776c36568be84db9869182a35c356a947b4";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in New Issue