Wire oleks/mcp-chrome into flake-hub
ci/woodpecker/push/amd64 Pipeline failed
ci/woodpecker/push/arm64 Pipeline was canceled

Adds mcp-chrome as a flake input (mirroring the woodpecker-peek pattern)
and re-exposes two packages: mcp-chrome-wasm-simd (proven green, ~22 s)
and mcp-chrome-extension (KNOWN-BROKEN under nix-daemon; exposed for
local builds but kept out of the CI matrix to avoid red pipelines).

CI warms attic with mcp-chrome-wasm-simd on x86_64-linux and aarch64-linux
only; s390x cross and Darwin are out of scope.

Closes oleks/mcp-chrome#5.
This commit is contained in:
Oleks
2026-05-27 10:15:36 +03:00
parent b9d13a4814
commit 26bdad6d1b
3 changed files with 82 additions and 1 deletions
Generated
+57 -1
View File
@@ -75,6 +75,24 @@
"type": "github"
}
},
"flake-utils_4": {
"inputs": {
"systems": "systems_4"
},
"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"
}
},
"fleet-pins": {
"inputs": {
"nixpkgs": "nixpkgs",
@@ -143,13 +161,35 @@
"type": "github"
}
},
"nix-deps": {
"mcp-chrome": {
"inputs": {
"flake-utils": "flake-utils_3",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1779817034,
"narHash": "sha256-uRiqIPmTGeTCeoQtCz+CuC2NXNEv8xoP696HgYrA8fU=",
"ref": "main",
"rev": "8b5ec6cedfed0d46eff8ee4f6bf3912fd33acc22",
"revCount": 210,
"type": "git",
"url": "https://git.oleks.space/oleks/mcp-chrome"
},
"original": {
"ref": "main",
"type": "git",
"url": "https://git.oleks.space/oleks/mcp-chrome"
}
},
"nix-deps": {
"inputs": {
"flake-utils": "flake-utils_4",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1778863463,
"narHash": "sha256-TynOVZBZHiBZAjZbW2sQfaVEh5UXi4UgZ3X0pcu4nYE=",
@@ -186,6 +226,7 @@
"flake-utils": "flake-utils_2",
"fleet-pins": "fleet-pins",
"hyprspace": "hyprspace",
"mcp-chrome": "mcp-chrome",
"nix-deps": "nix-deps",
"nixpkgs": [
"fleet-pins",
@@ -260,6 +301,21 @@
"type": "github"
}
},
"systems_4": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"woodpecker-peek": {
"inputs": {
"nixpkgs": [