mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +00:00
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.
This commit is contained in:
parent
eec4512eba
commit
a7171c7aa7
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
alejandra.url = "github:kamadorueda/alejandra";
|
||||
alejandra.inputs.alejandra.follows = "alejandra";
|
||||
alejandra.inputs.fenix.follows = "fenix";
|
||||
alejandra.inputs.flakeCompat.follows = "flakeCompat";
|
||||
alejandra.inputs.flakeUtils.follows = "flakeUtils";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue