Conversation
caisson now nests the flake-parts integration at lib.caisson.flake-parts (mkConfiguration, mkModule, types) and names every integration's entry points mkModule / mkConfiguration. The reference gains a caisson.flake-parts section beside the other integrations, and the guides, FAQ, concepts pages and landing page use the new names. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The common-conventions list names configModule and specialArgs as the shared arguments, and the colmena, terranix, system-manager and home-manager signatures follow. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The conventions state the rule (the signature is the whole surface; unknown arguments are errors) and the deliberate way around it (mkConfigurationUnsupervised with `evaluatorArgs`, applied last, verbatim). Signatures lose their `...`, colmena gains `meta` and `nodes`, terranix requires pkgSets. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…reamArgs Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…systemArgs Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The colmena reference describes the shared composition, the node shape, the package-set identity handed to colmena and the refused meta keys; the module-classes page no longer lists a colmena class. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows nix-caisson/caisson's move of every integration to
lib.caisson.<target>with the uniformmkModule/mkConfigurationnames (branchrename/integration-surfacethere). The library reference gains acaisson.flake-partssection beside the other integrations (its functions and option types used to sit flat under the caisson namespace), and the guides, FAQ, concepts pages and landing page use the new names. mdbook builds clean.🤖 Generated with Claude Code