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
|
|
@ -1,7 +1,13 @@
|
|||
{inputs, ...}: let
|
||||
inherit (inputs) pkgs dslib treefmt;
|
||||
{
|
||||
inputs,
|
||||
cell,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs) pkgs dslib soonix treefmt;
|
||||
inherit (cell) ci;
|
||||
in {
|
||||
default = dslib.mkShell {
|
||||
imports = [soonix.devshellModule];
|
||||
packages = [
|
||||
(treefmt.mkWrapper pkgs {
|
||||
programs = {
|
||||
|
|
@ -12,5 +18,6 @@ in {
|
|||
})
|
||||
];
|
||||
enterShellCommands."ren".text = "echo Hello rensa!";
|
||||
soonix.hooks.ci = ci.soonix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue