1
Fork 0
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:
Mr Hedgehog 2022-01-31 09:40:22 -05:00 committed by GitHub
parent eec4512eba
commit a7171c7aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";