flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit afbe2800e622d125828439b273629c6fd784fee7
parent d9808e277ac896ac011fca1b747c44361d0ad226
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Wed, 19 Mar 2025 14:02:21 +0100

style: reorder flake outputs

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mflake.nix | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -68,12 +68,6 @@ ); in { - formatter = lib.forEachSystem ( - { - system, - }: - treefmtEval.${system}.config.build.wrapper - ); checks = lib.forEachSystem ( { system }: { @@ -81,6 +75,13 @@ } ); + formatter = lib.forEachSystem ( + { + system, + }: + treefmtEval.${system}.config.build.wrapper + ); + packages = lib.forEachSystem ( { system,