test: add basic test for flakeModule functionality

This commit is contained in:
technofab 2025-09-01 15:46:07 +02:00
parent 0952ab4145
commit e074d716c4
No known key found for this signature in database
7 changed files with 73 additions and 6 deletions

View file

@ -21,14 +21,14 @@
cellBlocks = with ren.blocks; [
(simple "devShells")
(simple "pkgs")
# (simple "tests")
(simple "tests")
# (simple "docs")
(simple "ci")
];
}
{
packages = ren.select self [
# ["repo" "tests"]
["repo" "tests"]
# ["repo" "docs"]
["repo" "ci" "packages"]
["packages" "pkgs"]