Make checks a build step

This commit is contained in:
Greg Hellings
2025-12-10 07:09:11 -06:00
parent 06d745e572
commit 74e5d0fc54
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
checks = import ./checks.nix {
inherit system top;
inherit (top) hooks;
inherit (pkgs) lib;
inherit (pkgs) lib writeShellApplication;
};
devShells = import ./shells.nix {