packages/tests: rename to checks

This commit is contained in:
Max Headroom 2022-08-28 16:17:22 +02:00
parent c30183963d
commit 0980ea5be4
3 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@
_module.args = { inherit inputs self; }; _module.args = { inherit inputs self; };
imports = [ imports = [
./tests ./checks
./modules/devshell.nix ./modules/devshell.nix
./build-support ./build-support