diff options
| author | Ben Sima <ben@bensima.com> | 2026-05-21 13:09:59 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-05-21 13:09:59 -0400 |
| commit | 12dd309b8e334eaf19eae6d9eb9bb85024457b8a (patch) | |
| tree | cec44a34b39a4e33341fe9a6af92c3aba43019ec /.envrc | |
| parent | 6992c311c1b2289f17f2591f9fe0ad44f3fb549e (diff) | |
Convert to nix flake; fix systemd service to use nix run
- 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)
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,2 +1 @@ -export PARASAIL_API_KEY="psk-parasailzmJ0-Yj3t3mofugwBetQifS0r" -export KAGI_API_KEY="9Iyt2Wy_ZQFJzkFPL7t6AbvlrnlY8uTBcxC8fhqakqk.MxMiJl0SPTbtjRuZmaSTGi8LQBvq8dajYN29qdOtJ8Y" +use flake . |
