Skip to content

Commit f34b272

Browse files
committed
Nix: checks: add all packages
1 parent b18a346 commit f34b272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/nix/flake.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,8 @@
213213
formatter = treefmt.config.build.wrapper;
214214

215215
checks = {
216-
inherit stacks-core;
217216
formatting = treefmt.config.build.check self;
218-
};
217+
} // self.packages."${system}";
219218

220219
devShells.default = craneLib.devShell {
221220
RUSTFMT = "${toolchain}/bin/rustfmt";

0 commit comments

Comments
 (0)