From b96b3ac0e9fd89890e31328c20567ced2b33db55 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 6 Jan 2024 15:55:50 +0100 Subject: [PATCH] flake: checks.nix -> tests.nix --- flake-modules/default.nix | 2 +- flake-modules/{checks.nix => tests.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename flake-modules/{checks.nix => tests.nix} (100%) diff --git a/flake-modules/default.nix b/flake-modules/default.nix index 2e8997c3cd..057d6dff72 100644 --- a/flake-modules/default.nix +++ b/flake-modules/default.nix @@ -1,6 +1,5 @@ {inputs, ...}: { imports = [ - ./checks.nix ./dev.nix ./lib.nix ./legacy-packages.nix @@ -8,6 +7,7 @@ ./overlays.nix ./packages.nix ./templates.nix + ./tests.nix ./wrappers.nix ]; diff --git a/flake-modules/checks.nix b/flake-modules/tests.nix similarity index 100% rename from flake-modules/checks.nix rename to flake-modules/tests.nix