mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 07:15:08 +01:00
chore: add nixtest for testing and a couple of tests
This commit is contained in:
parent
e08c48b5db
commit
e6c13290bb
8 changed files with 281 additions and 0 deletions
|
|
@ -24,12 +24,14 @@
|
|||
(simple "docs")
|
||||
(simple "ci")
|
||||
(simple "soonix")
|
||||
(simple "tests")
|
||||
];
|
||||
} {
|
||||
packages = rensa.select inputs.self [
|
||||
["repo" "docs"]
|
||||
["repo" "ci" "packages"]
|
||||
["repo" "soonix" "packages"]
|
||||
["repo" "tests"]
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue