From d7dd05e028f52fb980b0f80be525e36a056ccbd5 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 4 Apr 2026 01:52:24 -0400 Subject: [PATCH] remove claude-code and claude-code-bridge --- flake.lock | 100 ++++------------------------------------------------- flake.nix | 9 ----- 2 files changed, 7 insertions(+), 102 deletions(-) diff --git a/flake.lock b/flake.lock index e07636f..f82afa1 100644 --- a/flake.lock +++ b/flake.lock @@ -59,25 +59,6 @@ "type": "github" } }, - "claude-code": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1775088444, - "narHash": "sha256-hGWixWAyE3YhUQdHh1fZao8C2r7Khokx5CwzTdZdgKY=", - "owner": "sadjow", - "repo": "claude-code-nix", - "rev": "b46a627009fd58cd0b28d0ea20d503f7562bc90a", - "type": "github" - }, - "original": { - "owner": "sadjow", - "repo": "claude-code-nix", - "type": "github" - } - }, "crane": { "locked": { "lastModified": 1773189535, @@ -252,25 +233,7 @@ }, "flake-utils": { "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { - "inputs": { - "systems": "systems_3" + "systems": "systems_2" }, "locked": { "lastModified": 1710146030, @@ -389,7 +352,7 @@ }, "json2steamshortcut": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "nixpkgs": [ "nixpkgs" ] @@ -441,7 +404,7 @@ "nixpkgs": [ "nixpkgs" ], - "systems": "systems_4", + "systems": "systems_3", "treefmt-nix": "treefmt-nix" }, "locked": { @@ -527,7 +490,7 @@ "nixpkgs": [ "nixpkgs" ], - "systems": "systems_5" + "systems": "systems_4" }, "locked": { "lastModified": 1775121446, @@ -597,22 +560,6 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1775034801, - "narHash": "sha256-tsecHNsWwr4wSaM2oW9GwafMwE24J+xD8bKDoto3exY=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "8d029aa64915e54b7846873d9583af4c9fd21ea4", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { "locked": { "lastModified": 1775036866, "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", @@ -655,7 +602,7 @@ "noctalia", "nixpkgs" ], - "systems": "systems_6", + "systems": "systems_5", "treefmt-nix": "treefmt-nix_2" }, "locked": { @@ -672,22 +619,6 @@ "type": "github" } }, - "opencode-claude-bridge": { - "flake": false, - "locked": { - "lastModified": 1774537245, - "narHash": "sha256-G2/GOP6gUGM2NBfOeSsUDnSus/engduft5z3Y7GwtUE=", - "owner": "dotCipher", - "repo": "opencode-claude-bridge", - "rev": "568ca15b5d2b772ebbad14b0b545fa7670272e79", - "type": "github" - }, - "original": { - "owner": "dotCipher", - "repo": "opencode-claude-bridge", - "type": "github" - } - }, "pre-commit": { "inputs": { "flake-compat": "flake-compat_2", @@ -713,7 +644,6 @@ }, "root": { "inputs": { - "claude-code": "claude-code", "deploy-rs": "deploy-rs", "disko": "disko", "emacs-overlay": "emacs-overlay", @@ -728,9 +658,8 @@ "nix-doom-emacs-unstraightened": "nix-doom-emacs-unstraightened", "nix-flatpak": "nix-flatpak", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "noctalia": "noctalia", - "opencode-claude-bridge": "opencode-claude-bridge", "rust-overlay": "rust-overlay", "zen-browser": "zen-browser" } @@ -816,21 +745,6 @@ } }, "systems_5": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_6": { "locked": { "lastModified": 1689347949, "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", @@ -890,7 +804,7 @@ }, "utils": { "inputs": { - "systems": "systems_2" + "systems": "systems" }, "locked": { "lastModified": 1731533236, diff --git a/flake.nix b/flake.nix index 7a15588..aaad4f1 100644 --- a/flake.nix +++ b/flake.nix @@ -88,15 +88,6 @@ url = "github:ChrisOboe/json2steamshortcut"; inputs.nixpkgs.follows = "nixpkgs"; }; - - claude-code = { - url = "github:sadjow/claude-code-nix"; - }; - - opencode-claude-bridge = { - url = "github:dotCipher/opencode-claude-bridge"; - flake = false; - }; }; outputs =