diff options
| author | Ben Sima <ben@bensima.com> | 2026-08-19 10:11:31 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-08-19 10:11:31 -0400 |
| commit | b635d088ee3d391f445b46502272f66762161df1 (patch) | |
| tree | b999c6173f5ff1f967340aeb2af757f0d7d9b989 /flake.nix | |
| parent | c6f85a29072a5d91505058dc6aee11a63afc3a04 (diff) | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ PY packages.${system} = rec { default = slopbot; slopbot = pkgs.writeShellScriptBin "slopbot" '' - cd /home/ben/src/bsima/slopbot + cd "''${SLOPBOT_DIR:-/home/ben/src/bsima/slopbot}" export PATH=${slopTools}/bin export SLOPBOT_AGENT=${agent}/bin/agent export SLOPBOT_AGENT_PATH=${slopTools}/bin |
