From 9d4b8ef02760039da518cd44904bb031d24df58e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 15 Mar 2024 14:34:42 +0800 Subject: [PATCH] docs: update comments --- outputs/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/outputs/default.nix b/outputs/default.nix index cbfb1b43..43a592cf 100644 --- a/outputs/default.nix +++ b/outputs/default.nix @@ -50,17 +50,17 @@ # Helper function to generate a set of attributes for each system forAllSystems = func: (nixpkgs.lib.genAttrs allSystemNames func); in { - # add attribute sets into outputs, for debugging + # Add attribute sets into outputs, for debugging debugAttrs = {inherit nixosSystems darwinSystems allSystems allSystemNames;}; - # Unit Tests for all NixOS systems. + # Eval Tests for all NixOS systems. evalTests = lib.lists.all (it: it.evalTests == {}) allSystemValues; # NixOS Hosts nixosConfigurations = lib.attrsets.mergeAttrsList (map (it: it.nixosConfigurations or {}) nixosSystemValues); - # colmena - remote deployment via SSH + # Colmena - remote deployment via SSH colmena = { meta = @@ -90,7 +90,6 @@ in { system: allSystems.${system}.packages or {} ); - # Unit Tests, Intergraded Tests, and Pre-commit checks checks = forAllSystems ( system: { pre-commit-check = pre-commit-hooks.lib.${system}.run {