From 6ddfda84a08eb636279725eb3ff4078fd62e6b06 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 10 Jul 2025 15:47:50 +0200 Subject: [PATCH] ditch `sources` arg in fedi201, fixing infinite recursion error --- 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";