Skip to content

Commit

Permalink
docs: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Mar 15, 2024
1 parent d5ea3f0 commit 9d4b8ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions outputs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 9d4b8ef

Please sign in to comment.