flake: set formatter (for all supported systems)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
103bbfa528
commit
4c67075f5f
@ -43,6 +43,10 @@
|
|||||||
});
|
});
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
formatter = forAllSystems (system:
|
||||||
|
nixpkgsFor.${system}.nixpkgs-fmt
|
||||||
|
);
|
||||||
|
|
||||||
packages = forAllSystems (system:
|
packages = forAllSystems (system:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgsFor.${system};
|
pkgs = nixpkgsFor.${system};
|
||||||
|
Loading…
Reference in New Issue
Block a user