colmena: migrate hakyll-skeleton

progresses #1
This commit is contained in:
Fiscal Velvet Poet 2023-04-29 23:42:43 +10:00
parent 8723cbec53
commit 1d7ed0c1ea
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
imports = [
../../../networks/linode.nix
../../../profiles/forgejo.nix
#../../../profiles/hakyll-skeleton.nix
../../../profiles/hakyll-skeleton.nix
#../../../profiles/jfdic-web.nix
#../../../profiles/resrok-web.nix
#../../../profiles/tmateServer.nix

View file

@ -2,11 +2,11 @@
{
self,
config,
inputs,
pkgs,
...
}: let
hakyll-skeleton = import inputs.hakyll-skeleton {};
flake = builtins.getFlake (toString ../.);
hakyll-skeleton = import flake.inputs.hakyll-skeleton {};
webdomain = "skeleton.jfdic.org";
in {
environment.sessionVariables = {