removed elixir result parsing

This commit is contained in:
2026-02-18 11:07:02 +01:00
parent 1600d386e1
commit 926a5d5c05
4 changed files with 44 additions and 94 deletions

View File

@@ -21,6 +21,7 @@
package-lint
relint
buttercup
eldev
]);
devInputs = with pkgs; [
@@ -35,7 +36,8 @@
{
devShells.default = pkgs.mkShell {
packages = devInputs ++ [
(jailed-agents.lib.${system}.makeJailedOpencode system {
(jailed-agents.lib.${system}.makeJailed system {
agentTool = "opencode";
extraPkgs = devInputs;
})
];