feat: make soonix a bit more flexible with and without devshell

This commit is contained in:
technofab 2025-09-02 14:21:53 +02:00
parent 3baef660cf
commit 690332ceea
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
6 changed files with 106 additions and 37 deletions

View file

@ -22,12 +22,14 @@
(simple "devShells")
(simple "tests")
(simple "docs")
(simple "soonix")
];
}
{
packages = ren.select self [
["repo" "tests"]
["repo" "docs"]
["repo" "soonix" "packages"]
];
};
}