Fix it-can-be-imported-twice test
Summary
- The
it-can-be-imported-twicetest was only importing the gitlab-ci module once (viatest-base), so it wasn't testing anything - Added a second explicit import of
flakeModuleto actually test double-import idempotency - Added
key = "gitlab-ci"to the module passed toimportAndPublishso the NixOS module system can deduplicate it
Closes #8 (closed)
cc @nastypants @locallycompact