tests: minify test machines to decrease runtime

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

View File

@@ -68,7 +68,7 @@ let
nixpkgs.hostPlatform = lib.mkIf (system != null) (lib.mkDefault system);
# speeds up nix commands by using the nixpkgs from the host system (especially useful in VMs)
nix.registry.nixpkgs.to = {
nix.registry.nixpkgs.to = lib.mkDefault {
type = "path";
path = lib.mkDefault nixpkgs;
};