mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
fix: rename unitTests to evalTests
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user