tests: minify test machines to decrease runtime

This commit is contained in:
DavHau
2024-11-13 20:39:44 +07:00
parent 3b4046b207
commit c2a60dcbb6
5 changed files with 15 additions and 3 deletions

7
checks/lib/minify.nix Normal file
View File

@@ -0,0 +1,7 @@
{
nixpkgs.flake.setFlakeRegistry = false;
nixpkgs.flake.setNixPath = false;
nix.registry.nixpkgs.to = { };
documentation.doc.enable = false;
documentation.man.enable = false;
}