Skip to content

Commit a7171c7

Browse files
authored
Remove infinite recursion
Because the repo follows itself, you get infinite recursion when updating your flake or when checking it, so you get alejandra following alejandra following alejandra, etc. This massively bloats flake.lock sizes and is just not fun to deal with.
1 parent eec4512 commit a7171c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flake.nix

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
inputs = {
33
alejandra.url = "github:kamadorueda/alejandra";
4-
alejandra.inputs.alejandra.follows = "alejandra";
54
alejandra.inputs.fenix.follows = "fenix";
65
alejandra.inputs.flakeCompat.follows = "flakeCompat";
76
alejandra.inputs.flakeUtils.follows = "flakeUtils";

0 commit comments

Comments
 (0)