chore: add devtools

This commit is contained in:
technofab 2025-12-31 22:57:15 +01:00
parent 7d0c4bc78d
commit a9d35d750f
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
11 changed files with 146 additions and 28 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 = {
@ -24,6 +24,7 @@
(simple "benchmark")
(simple "docs")
(simple "ci")
(simple "soonix")
];
}
{
@ -32,6 +33,7 @@
["repo" "benchmark"]
["repo" "docs"]
["repo" "ci" "packages"]
["repo" "soonix" "packages"]
];
};
}