fix: rename unitTests to evalTests

This commit is contained in:
Ryan Yin
2024-03-13 21:47:23 +08:00
parent 5200f001c2
commit 6a9afbb9a2
6 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ in {
debugAttrs = {inherit nixosSystems darwinSystems allSystems allSystemNames;};
# Unit Tests for all NixOS systems.
unitTests = lib.lists.all (it: it.unitTests == {}) nixosSystemValues;
evalTests = lib.lists.all (it: it.evalTests == {}) nixosSystemValues;
# NixOS Hosts
nixosConfigurations =