From 04e78672425e92931dbe3eebd10322ff5c49dae2 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sat, 19 Feb 2022 10:57:35 -0500 Subject: [PATCH] feat: mark alejandra as supporting all platforms --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 025c223..e25e288 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }; }