feat(antigravity): update to v2.0 split; expose ide, ide-no-fhs, cli; add all to CI warming
This commit is contained in:
Generated
+3
-3
@@ -8,11 +8,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776411505,
|
"lastModified": 1780561919,
|
||||||
"narHash": "sha256-7HILfdTOvWzAMmfS3lQV3MDmVrr2Epj8x4c9F3mzOSE=",
|
"narHash": "sha256-joj1ZN1q3dBtaPuYXvvFuXJzKt1r8g5FwsO9wgIOhkI=",
|
||||||
"owner": "jacopone",
|
"owner": "jacopone",
|
||||||
"repo": "antigravity-nix",
|
"repo": "antigravity-nix",
|
||||||
"rev": "9f31d28882185d30c0e3082fbc52dab1cd4e879f",
|
"rev": "dafe38f5bf01ff5e4e105b18d2be9e3d754b6345",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -134,6 +134,9 @@
|
|||||||
inherit (antigravity-nix.packages.${sys})
|
inherit (antigravity-nix.packages.${sys})
|
||||||
google-antigravity
|
google-antigravity
|
||||||
google-antigravity-no-fhs
|
google-antigravity-no-fhs
|
||||||
|
google-antigravity-ide
|
||||||
|
google-antigravity-ide-no-fhs
|
||||||
|
google-antigravity-cli
|
||||||
;
|
;
|
||||||
# nix-deps' flake only outputs eachDefaultSystem (no s390x), so
|
# nix-deps' flake only outputs eachDefaultSystem (no s390x), so
|
||||||
# gate it on the same native x86_64/aarch64 condition.
|
# gate it on the same native x86_64/aarch64 condition.
|
||||||
@@ -370,11 +373,9 @@
|
|||||||
atticEndpoint = "https://nix-cache-upload.oleks.space";
|
atticEndpoint = "https://nix-cache-upload.oleks.space";
|
||||||
atticPass = "infra/attic/ci_token";
|
atticPass = "infra/attic/ci_token";
|
||||||
|
|
||||||
# Package names to warm into Attic for a given native arch. Mirrors the
|
# Package names to warm into Attic for a given native arch.
|
||||||
# old ci/publish.py `packages_for`. Native arches only (amd64/arm64);
|
# Native arches only (amd64/arm64); mcp-chrome-extension stays OUT
|
||||||
# mcp-chrome-extension stays OUT (known-broken under nix-daemon at this
|
# (known-broken under nix-daemon at this pin, see oleks/mcp-chrome #1).
|
||||||
# pin, see oleks/mcp-chrome #1); antigravity stays OUT (fontforge
|
|
||||||
# segfault, pipeline #40).
|
|
||||||
packageNamesFor =
|
packageNamesFor =
|
||||||
arch:
|
arch:
|
||||||
[
|
[
|
||||||
@@ -386,6 +387,11 @@
|
|||||||
"woodpecker-peek"
|
"woodpecker-peek"
|
||||||
"mcp-chrome-wasm-simd"
|
"mcp-chrome-wasm-simd"
|
||||||
"gitea-local-fork"
|
"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);
|
drvsFor = arch: map (n: self.packages.${arch}.${n}) (packageNamesFor arch);
|
||||||
|
|||||||
Reference in New Issue
Block a user