Skip to content

Fix it-can-be-imported-twice test

Smartypants requested to merge fix-it-can-be-imported-twice into master

Summary

  • The it-can-be-imported-twice test was only importing the gitlab-ci module once (via test-base), so it wasn't testing anything
  • Added a second explicit import of flakeModule to actually test double-import idempotency
  • Added key = "gitlab-ci" to the module passed to importAndPublish so the NixOS module system can deduplicate it

Closes #8 (closed)

cc @nastypants @locallycompact

🤖 Generated with Claude Code

Merge request reports