From 6d74112518384a25567904a4433bfb46665c3da5 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 11 Jul 2025 16:06:15 +0200 Subject: [PATCH] ditch `sources` arg in fedi201, fixing infinite recursion error (#454) c.f. #432. closes #453. Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/454 Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- machines/dev/fedi201/fedipanel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/dev/fedi201/fedipanel.nix b/machines/dev/fedi201/fedipanel.nix index a9cf0ad2..d630b821 100644 --- a/machines/dev/fedi201/fedipanel.nix +++ b/machines/dev/fedi201/fedipanel.nix @@ -1,10 +1,10 @@ { config, - sources, ... }: let name = "panel"; + sources = import ../../../npins; in { _class = "nixos";