mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 07:15:08 +01:00
chore: add CI
This commit is contained in:
parent
9c1a29fa9b
commit
39af3af902
6 changed files with 94 additions and 3 deletions
|
|
@ -21,8 +21,12 @@
|
|||
(simple "test")
|
||||
(simple "devShells")
|
||||
(simple "docs")
|
||||
(simple "ci")
|
||||
];
|
||||
} {
|
||||
packages = rensa.select inputs.self ["repo" "docs"];
|
||||
packages = rensa.select inputs.self [
|
||||
["repo" "docs"]
|
||||
["repo" "ci" "packages"]
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue