chore: add devtools

This commit is contained in:
technofab 2025-12-31 22:32:10 +01:00
parent 14d663b720
commit a9578d582c
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
8 changed files with 155 additions and 35 deletions

View file

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
ren.url = "gitlab:rensa-nix/core?dir=lib";
ren.url = "gitlab:rensa-nix/core/v0.1.1?dir=lib";
};
outputs = {
@ -22,12 +22,14 @@
(simple "devShells")
(simple "docs")
(simple "ci")
(simple "soonix")
];
}
{
packages = ren.select self [
["repo" "docs"]
["repo" "ci" "packages"]
["repo" "soonix" "packages"]
];
};
}