Refactor: move checks/lib into lib/ to avoid duplicate lib

Lets avoid the mistake of nixpkgs having multiple
libs
This commit is contained in:
Johannes Kirschbauer
2025-04-23 16:11:40 +02:00
parent 366be7c723
commit f6e514ec6f
17 changed files with 43 additions and 32 deletions

View File

@@ -7,9 +7,12 @@ let
in
{
#
containerTest = import ./container-test.nix;
baseTest = import ./test-base.nix;
#
flakeModules = clanLib.callLib ./flakeModules.nix { };
#
minifyModule = ./minify.nix;
sopsModule = ./sops.nix;
# A function that returns an extension to runTest