summaryrefslogtreecommitdiff
path: root/flake.nix
AgeCommit message (Collapse)Author
23 hoursflake: point agentd input at github:bsima/agentdBen Sima
2026-06-04Add tests and fix research toolsBen Sima
2026-06-04Add locked-down research toolsBen Sima
2026-06-04Replace agentd with one-shot agentBen Sima
2026-05-21Convert to nix flake; fix systemd service to use nix runBen Sima
- Add flake.nix with nixos-unstable nixpkgs, devShell and slopbot package - Add flake.lock - Update .envrc to 'use flake .' - Update slopbot.service: use 'nix run' instead of nix-shell, remove broken sandbox options (ProtectHome, InaccessiblePaths, ProtectSystem, ReadOnlyPaths, ReadWritePaths, PrivateTmp) that block nix store access - Delete shell.nix - Add 'result' to .gitignore - Restore openai to requirements.txt (was accidentally dropped)