Skip to content

Test idempotent option value assignment

Smartypants requested to merge test-idempotent-option-values into master

Summary

  • Adds ci-duplicate.nix that sets the same gitlab.ci option values as ci.nix from a separate file
  • Both files are auto-imported by import-tree, verifying that the module system merges identical values from different files without conflict
  • Depends on !64 (merged) (which adds key = "gitlab-ci" for module declaration deduplication)

Requested by @locallycompact in !64 (merged).

cc @nastypants @locallycompact

🤖 Generated with Claude Code

Merge request reports