diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-08-04 18:49:58 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-08-04 19:09:56 -0500 |
| commit | 1f63d22ea3689cc567402dd6bf18838c9adea773 (patch) | |
| tree | 89b254347848692a66d166239dd4570f7c0a8599 /profiles/dev.nix | |
| parent | 790f353742ecf73eb71944d5f6c17ecfaad6a75c (diff) | |
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/dev.nix')
| -rw-r--r-- | profiles/dev.nix | 18 |
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 = { |
