summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorHenry J. Webster <hwebs@hwebs.info>2026-08-04 18:49:58 -0500
committerHenry J. Webster <hwebs@hwebs.info>2026-08-04 19:09:56 -0500
commit1f63d22ea3689cc567402dd6bf18838c9adea773 (patch)
tree89b254347848692a66d166239dd4570f7c0a8599 /profiles
parent790f353742ecf73eb71944d5f6c17ecfaad6a75c (diff)
common: remove agents from dev profileHEADmain
Also remove claude-code from human user packages to fully remove agent harnesses from the human account's path. Assisted-by: pi:laguna-xs-2.1
Diffstat (limited to 'profiles')
-rw-r--r--profiles/dev.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/profiles/dev.nix b/profiles/dev.nix
index 1c0993c..b01bb52 100644
--- a/profiles/dev.nix
+++ b/profiles/dev.nix
@@ -17,20 +17,6 @@
]
))
- pi-coding-agent
-
- (buildNpmPackage rec {
- pname = "pi-acp";
- version = "0.0.31";
- src = fetchFromGitHub {
- owner = "svkozak";
- repo = "pi-acp";
- rev = "v${version}";
- hash = "sha256-bM3V/3fxkY2Ib+OyfT82StIIRSLXGDuYUbt1CZKpTuo=";
- };
- npmDepsHash = "sha256-qN+b/tMbnJLkWjotl3XrA0nfZ3KT/mT6gM+n3Qiz8Wk=";
- })
-
# toolchains / build
gcc
pkg-config
@@ -54,10 +40,6 @@
basedpyright
zls
nixfmt
-
- # coding agents
- opencode
- claude-code
];
services.emacs = {