chore(flake): update flakes, add rensa devtools, etc.

This commit is contained in:
technofab 2025-12-20 21:29:21 +01:00
parent a7e20e203c
commit 11a21210d0
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
8 changed files with 158 additions and 36 deletions

View file

@ -22,11 +22,13 @@
(simple "devShells")
(simple "docs")
(simple "ci")
(simple "soonix")
];
} {
packages = rensa.select inputs.self [
["repo" "docs"]
["repo" "ci" "packages"]
["repo" "soonix" "packages"]
];
};
}