flake: checks.nix -> tests.nix

This commit is contained in:
Gaetan Lepage 2024-01-06 15:55:50 +01:00 committed by Gaétan Lepage
parent 48b5056d28
commit 186fe574f9
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
{inputs, ...}: { {inputs, ...}: {
imports = [ imports = [
./checks.nix
./dev.nix ./dev.nix
./lib.nix ./lib.nix
./legacy-packages.nix ./legacy-packages.nix
@ -8,6 +7,7 @@
./overlays.nix ./overlays.nix
./packages.nix ./packages.nix
./templates.nix ./templates.nix
./tests.nix
./wrappers.nix ./wrappers.nix
]; ];