Loading ci/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ let in { shell = treefmtEval.config.build.devShell; pkg = treefmtEval.config.build.wrapper; }; in Loading flake.nix +2 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,8 @@ default = import ./shell.nix { inherit system; }; }); formatter = forAllSystems (system: (import ./ci { inherit system; }).fmt.pkg); /** A nested structure of [packages](https://nix.dev/manual/nix/latest/glossary#package-attribute-set) and other values. Loading Loading
ci/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ let in { shell = treefmtEval.config.build.devShell; pkg = treefmtEval.config.build.wrapper; }; in Loading
flake.nix +2 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,8 @@ default = import ./shell.nix { inherit system; }; }); formatter = forAllSystems (system: (import ./ci { inherit system; }).fmt.pkg); /** A nested structure of [packages](https://nix.dev/manual/nix/latest/glossary#package-attribute-set) and other values. Loading