repo-worker b0fc9c2901
ci/woodpecker/push/amd64 Pipeline failed
ci/woodpecker/push/arm64 Pipeline was canceled
ci: migrate to thin ci-fleet-publish pipeline (oleks/ci-scripts#19)
Canary migration for the single/split quartet family. Rendered by
oleks/ci-scripts generator/render_thin_quartet.py from manifests/flake-hub.yaml
at oleks/ci-scripts@44d6ba9. Behavior-preserving per the diff posted on
oleks/ci-scripts#19: same env/secrets, same publish command, same
backend_options; image swaps to ci-fleet-publish:v1 and the explicit clone:
override is dropped (Woodpecker implicit clone is a verified superset for
this push-only, non-tag-history-dependent repo).
2026-07-09 19:53:25 +03:00

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
S
Description
Personal Nix flake hub — custom packages and overlays
Readme
456 KiB
Languages
Nix 82.4%
Shell 12.5%
Just 5.1%