1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: mark alejandra as supporting all platforms

This commit is contained in:
Kevin Amado 2022-02-19 10:57:35 -05:00
parent c9f1194cb8
commit 04e7867242

View file

@ -46,6 +46,7 @@
homepage = "https://github.com/kamadorueda/alejandra";
license = self.lib.licenses.unlicense;
maintainers = [self.lib.maintainers.kamadorueda];
platforms = self.lib.systems.doubles.all;
};
};
}