flake: set formatter (for all supported systems)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-13 23:28:52 +02:00
parent 103bbfa528
commit 4c67075f5f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -43,6 +43,10 @@
});
in
rec {
formatter = forAllSystems (system:
nixpkgsFor.${system}.nixpkgs-fmt
);
packages = forAllSystems (system:
let
pkgs = nixpkgsFor.${system};