flake: use forAllSystems for formatter

This commit is contained in:
Donovan Glover
2024-10-09 20:10:41 -04:00
parent 2c3d04ec90
commit 30a1993130

View File

@@ -141,9 +141,6 @@
};
};
formatter = {
x86_64-linux = x86_64-linux.nixfmt-rfc-style;
aarch64-linux = aarch64-linux.nixfmt-rfc-style;
};
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);
};
}