26bdad6d1b6c1f406607dd3af8a91bda329e81f8
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.
flake-hub
Personal Nix flake hub — custom packages and overlays
Overview
Personal Nix flake hub for publishing custom packages and overlays. Provides packages for x86_64-linux and aarch64-linux.
Build
nix build .#<package-name>
Antigravity
google-antigravity (FHS-wrapped) and google-antigravity-no-fhs are
re-exposed from
jacopone/antigravity-nix
(MIT). Upstream auto-updates daily via its own GitHub Actions; we just bump
the flake input and CI caches the build to attic.
When the in-app "new version available" banner appears (or you just want to refresh the pin):
just antigravity-update # nix flake update antigravity-nix
git commit -am "antigravity: bump"
git push # CI rebuilds and pushes to attic
Then, on the consumer:
cd ~/projects/servers/emmett
nix flake update oleks-nixpkgs
nix run .#deploy
Languages
Nix
82.3%
Shell
12.5%
Just
5.2%