From faf3d03583cfe523565f11d755e096c15389ac7a Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 22 Oct 2023 14:55:46 +0200 Subject: build(flake): Add a dummy follow for 'my_flake' to prevent a cyclic dependency --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 87a23ce9..3f2568d0 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,11 @@ my_flake = { url = "git+https://codeberg.org/soispha/nixos-config.git"; inputs = { + # HACK: This is a workaround to prevent a cyclic dependency, as this 'my_flake' + # can't follow itself. This would obviously cause weird bugs upon use, but, as + # 'my_flake' is only used in the nix-registry this should work <2023-10-22> + my_flake.follows = "agenix"; + # My flake inputs {{{ agenix.follows = "agenix"; beautysh.follows = "beautysh"; -- cgit 1.4.1