Skip to content

Commit 8733349

Browse files
committed
Nix: checks: add all packages
1 parent 3fc2f99 commit 8733349

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

contrib/nix/flake.nix

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
crane = {
1919
url = "github:ipetkov/crane";
2020
};
21-
2221
};
2322

2423
outputs =
25-
{
24+
{ self,
2625
nixpkgs,
2726
flake-utils,
2827
rust-overlay,
@@ -202,9 +201,7 @@
202201
default = stacks-node;
203202
};
204203

205-
checks = {
206-
inherit stacks-core;
207-
};
204+
checks = self.packages."${system}";
208205

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

0 commit comments

Comments
 (0)