From 4e08f6c77424f1888fbbe2026740013137b4f39c Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Sat, 29 Apr 2023 23:51:31 +1000 Subject: [PATCH] colmena: migrate resrok-web progresses #1 --- nixos/hosts/toscano/configuration.nix | 2 +- profiles/resrok-web.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/toscano/configuration.nix b/nixos/hosts/toscano/configuration.nix index 3e4a3c2..b0bf521 100644 --- a/nixos/hosts/toscano/configuration.nix +++ b/nixos/hosts/toscano/configuration.nix @@ -12,7 +12,7 @@ ../../../profiles/forgejo.nix ../../../profiles/hakyll-skeleton.nix ../../../profiles/jfdic-web.nix - #../../../profiles/resrok-web.nix + ../../../profiles/resrok-web.nix #../../../profiles/tmateServer.nix #../../../profiles/voc-web.nix ]; diff --git a/profiles/resrok-web.nix b/profiles/resrok-web.nix index e0fa7b5..b7007b4 100644 --- a/profiles/resrok-web.nix +++ b/profiles/resrok-web.nix @@ -2,11 +2,11 @@ { self, config, - inputs, pkgs, ... }: let - resrok-web = import inputs.resrok-web {}; + flake = builtins.getFlake (toString ../.); + resrok-web = import flake.inputs.resrok-web {}; webdomain = "resrok.org"; in { environment.sessionVariables = {