diff --git a/flake.lock b/flake.lock index 04b2371..2f8f57f 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ ] }, "locked": { - "lastModified": 1776411505, - "narHash": "sha256-7HILfdTOvWzAMmfS3lQV3MDmVrr2Epj8x4c9F3mzOSE=", + "lastModified": 1780561919, + "narHash": "sha256-joj1ZN1q3dBtaPuYXvvFuXJzKt1r8g5FwsO9wgIOhkI=", "owner": "jacopone", "repo": "antigravity-nix", - "rev": "9f31d28882185d30c0e3082fbc52dab1cd4e879f", + "rev": "dafe38f5bf01ff5e4e105b18d2be9e3d754b6345", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 0b366db..181923a 100644 --- a/flake.nix +++ b/flake.nix @@ -134,6 +134,9 @@ inherit (antigravity-nix.packages.${sys}) google-antigravity google-antigravity-no-fhs + google-antigravity-ide + google-antigravity-ide-no-fhs + google-antigravity-cli ; # nix-deps' flake only outputs eachDefaultSystem (no s390x), so # gate it on the same native x86_64/aarch64 condition. @@ -370,11 +373,9 @@ atticEndpoint = "https://nix-cache-upload.oleks.space"; atticPass = "infra/attic/ci_token"; - # Package names to warm into Attic for a given native arch. Mirrors the - # old ci/publish.py `packages_for`. Native arches only (amd64/arm64); - # mcp-chrome-extension stays OUT (known-broken under nix-daemon at this - # pin, see oleks/mcp-chrome #1); antigravity stays OUT (fontforge - # segfault, pipeline #40). + # Package names to warm into Attic for a given native arch. + # Native arches only (amd64/arm64); mcp-chrome-extension stays OUT + # (known-broken under nix-daemon at this pin, see oleks/mcp-chrome #1). packageNamesFor = arch: [ @@ -386,6 +387,11 @@ "woodpecker-peek" "mcp-chrome-wasm-simd" "gitea-local-fork" + "google-antigravity" + "google-antigravity-no-fhs" + "google-antigravity-ide" + "google-antigravity-ide-no-fhs" + "google-antigravity-cli" ]; drvsFor = arch: map (n: self.packages.${arch}.${n}) (packageNamesFor arch);