From 20846af9a526af614addc771c7ae313670248c12 Mon Sep 17 00:00:00 2001 From: Jeff Nappi Date: Fri, 27 Feb 2026 20:39:40 -0800 Subject: [PATCH 1/4] chore: add Flox development environment Add a Flox (Nix-based) environment as an alternative to `make tools-setup` for setting up development dependencies. The manifest mirrors all tools from `tools/setup-tools` and `.settings.yaml`. Update DEVELOPMENT.md with Flox usage instructions and a prompt for keeping the Flox manifest in sync when `.settings.yaml` tool versions change. --- .flox/.gitattributes | 1 + .flox/.gitignore | 5 + .flox/env.json | 4 + .flox/env/manifest.lock | 2310 +++++++++++++++++++++++++++++++++++++++ .flox/env/manifest.toml | 95 ++ DEVELOPMENT.md | 36 + 6 files changed, 2451 insertions(+) create mode 100644 .flox/.gitattributes create mode 100644 .flox/.gitignore create mode 100644 .flox/env.json create mode 100644 .flox/env/manifest.lock create mode 100644 .flox/env/manifest.toml diff --git a/.flox/.gitattributes b/.flox/.gitattributes new file mode 100644 index 000000000..bb5491e19 --- /dev/null +++ b/.flox/.gitattributes @@ -0,0 +1 @@ +env/manifest.lock linguist-generated=true linguist-language=JSON diff --git a/.flox/.gitignore b/.flox/.gitignore new file mode 100644 index 000000000..8d2118683 --- /dev/null +++ b/.flox/.gitignore @@ -0,0 +1,5 @@ +run/ +cache/ +lib/ +log/ +!env/ diff --git a/.flox/env.json b/.flox/env.json new file mode 100644 index 000000000..693776340 --- /dev/null +++ b/.flox/env.json @@ -0,0 +1,4 @@ +{ + "name": "aicr", + "version": 1 +} diff --git a/.flox/env/manifest.lock b/.flox/env/manifest.lock new file mode 100644 index 000000000..cb566ca79 --- /dev/null +++ b/.flox/env/manifest.lock @@ -0,0 +1,2310 @@ +{ + "lockfile-version": 1, + "manifest": { + "version": 1, + "install": { + "addlicense": { + "pkg-path": "addlicense" + }, + "awscli2": { + "pkg-path": "awscli2" + }, + "chainsaw": { + "pkg-path": "kyverno-chainsaw" + }, + "cosign": { + "pkg-path": "cosign" + }, + "crane": { + "pkg-path": "crane" + }, + "ctlptl": { + "pkg-path": "ctlptl" + }, + "git-cliff": { + "pkg-path": "git-cliff" + }, + "go": { + "pkg-path": "go_1_26", + "version": "^1.26" + }, + "go-licenses": { + "pkg-path": "go-licenses" + }, + "golangci-lint": { + "pkg-path": "golangci-lint" + }, + "goreleaser": { + "pkg-path": "goreleaser" + }, + "grype": { + "pkg-path": "grype" + }, + "kind": { + "pkg-path": "kind" + }, + "ko": { + "pkg-path": "ko" + }, + "kubectl": { + "pkg-path": "kubectl" + }, + "kubernetes-helm": { + "pkg-path": "kubernetes-helm" + }, + "tilt": { + "pkg-path": "tilt" + }, + "yamllint": { + "pkg-path": "yamllint" + }, + "yq": { + "pkg-path": "yq-go" + } + }, + "vars": { + "GOFLAGS": "-mod=vendor" + }, + "hook": { + "on-activate": " export GOPATH=\"$FLOX_ENV_CACHE/go\"\n export GOBIN=\"$GOPATH/bin\"\n mkdir -p \"$GOBIN\"\n" + }, + "profile": { + "common": " export GOPATH=\"$FLOX_ENV_CACHE/go\"\n export GOBIN=\"$GOPATH/bin\"\n export PATH=\"$GOBIN:$PATH\"\n" + }, + "options": {} + }, + "packages": [ + { + "attr_path": "addlicense", + "broken": false, + "derivation": "/nix/store/qi613pik3n5737w8ak7lawwknswpa372-addlicense-1.2.0.drv", + "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", + "install_id": "addlicense", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "addlicense-1.2.0", + "pname": "addlicense", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:01.395347Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.2.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/qpxsrfrajz2d0hlkm31f4hisn7v9qan1-addlicense-1.2.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "addlicense", + "broken": false, + "derivation": "/nix/store/krqjygbb9wv52z60b2r4711avd1i8gll-addlicense-1.2.0.drv", + "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", + "install_id": "addlicense", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "addlicense-1.2.0", + "pname": "addlicense", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:00.751674Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.2.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/rsraj242qi6rbkj8qpxy3qh0na0q0i4m-addlicense-1.2.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "addlicense", + "broken": false, + "derivation": "/nix/store/lkfrq3aiyniwy2v4pmi5r0vziy1snpv2-addlicense-1.2.0.drv", + "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", + "install_id": "addlicense", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "addlicense-1.2.0", + "pname": "addlicense", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:08.022756Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.2.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/x1m8y1yjdky5ng6zr98rvkr2ajq8wzw4-addlicense-1.2.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "addlicense", + "broken": false, + "derivation": "/nix/store/np0ndc7svlr2m966k8b7y8avd78pyas8-addlicense-1.2.0.drv", + "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", + "install_id": "addlicense", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "addlicense-1.2.0", + "pname": "addlicense", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:09.332807Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.2.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/b7yc99vrys784hq8n5yridg39q5lns3d-addlicense-1.2.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "awscli2", + "broken": false, + "derivation": "/nix/store/6lk883jlxnrwfdzj9202n23hk8db0ckv-awscli2-2.33.2.drv", + "description": "Unified tool to manage your AWS services", + "install_id": "awscli2", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "awscli2-2.33.2", + "pname": "awscli2", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:01.535366Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.33.2", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/mcjyd58vanwzgsdi6r47gp706g7is1kw-awscli2-2.33.2-dist", + "out": "/nix/store/7fs6pvb0zdzr5pwvjd56lcg4v50zm300-awscli2-2.33.2" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "awscli2", + "broken": false, + "derivation": "/nix/store/28hflxp9kfkrp5lvkxhn5fqb9y6f52ly-awscli2-2.33.2.drv", + "description": "Unified tool to manage your AWS services", + "install_id": "awscli2", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "awscli2-2.33.2", + "pname": "awscli2", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:00.903236Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.33.2", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/22jvkfalayg0s810xy8al26bxg8y9536-awscli2-2.33.2-dist", + "out": "/nix/store/laxzjbgfpaprmrafrgr3sm2a741bjj6m-awscli2-2.33.2" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "awscli2", + "broken": false, + "derivation": "/nix/store/g2wspf1sq2mirch4wd3jr5sapnsrqbxp-awscli2-2.33.2.drv", + "description": "Unified tool to manage your AWS services", + "install_id": "awscli2", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "awscli2-2.33.2", + "pname": "awscli2", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:08.154615Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.33.2", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/4xmpgna7g51r7gyhladf5cfdzgiji1dv-awscli2-2.33.2-dist", + "out": "/nix/store/5xcwq8mbylr3dwxkdjbxf3f0gr8gzb8p-awscli2-2.33.2" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "awscli2", + "broken": false, + "derivation": "/nix/store/gh9js61k4amdm17pfv6bid8wl9hzxxi1-awscli2-2.33.2.drv", + "description": "Unified tool to manage your AWS services", + "install_id": "awscli2", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "awscli2-2.33.2", + "pname": "awscli2", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:09.514382Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.33.2", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/z908n1mkn8a30dyfmcyf23dqjr2gnh6p-awscli2-2.33.2-dist", + "out": "/nix/store/03f0vsahckikf0xcnqig8mls25c01ga5-awscli2-2.33.2" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kyverno-chainsaw", + "broken": false, + "derivation": "/nix/store/4ggjxjv8rywwarglcvc3bqdm6wdxfncr-kyverno-chainsaw-0.2.14.drv", + "description": "Declarative approach to test Kubernetes operators and controllers", + "install_id": "chainsaw", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kyverno-chainsaw-0.2.14", + "pname": "kyverno-chainsaw", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:19.226743Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.2.14", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/y636aw2h1mxx669x405g4gxnswbvqkgg-kyverno-chainsaw-0.2.14" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kyverno-chainsaw", + "broken": false, + "derivation": "/nix/store/gnpyib8nq7h73wdvcafkihhydwkg32qm-kyverno-chainsaw-0.2.14.drv", + "description": "Declarative approach to test Kubernetes operators and controllers", + "install_id": "chainsaw", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kyverno-chainsaw-0.2.14", + "pname": "kyverno-chainsaw", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:23.553360Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.2.14", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/2qh8px16fmjdmdk0wrqz7lfwy0vbjh24-kyverno-chainsaw-0.2.14" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kyverno-chainsaw", + "broken": false, + "derivation": "/nix/store/baj9cvys938w5iw61yzawg2lf3ivrsgs-kyverno-chainsaw-0.2.14.drv", + "description": "Declarative approach to test Kubernetes operators and controllers", + "install_id": "chainsaw", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kyverno-chainsaw-0.2.14", + "pname": "kyverno-chainsaw", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:25.408574Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.2.14", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/p5090drfrcx7vrjms14i0i1zjmb0fr1l-kyverno-chainsaw-0.2.14" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kyverno-chainsaw", + "broken": false, + "derivation": "/nix/store/pl5wvj79k1s78ylr5jc55mwwhapq0vki-kyverno-chainsaw-0.2.14.drv", + "description": "Declarative approach to test Kubernetes operators and controllers", + "install_id": "chainsaw", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kyverno-chainsaw-0.2.14", + "pname": "kyverno-chainsaw", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:34.844163Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.2.14", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/qzhxny5pngqgpxcghfkg7a93nkfp8aq5-kyverno-chainsaw-0.2.14" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "cosign", + "broken": false, + "derivation": "/nix/store/s7im8s0rbqc5llq4ir06qcp0rhcm80bk-cosign-3.0.5.drv", + "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", + "install_id": "cosign", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "cosign-3.0.5", + "pname": "cosign", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:01.989152Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.0.5", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/mzf385jb4b58x8aypkrzvqd10x05drc1-cosign-3.0.5" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "cosign", + "broken": false, + "derivation": "/nix/store/qn90ck8c0zbvcl2wldg0vnp6y955azsq-cosign-3.0.5.drv", + "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", + "install_id": "cosign", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "cosign-3.0.5", + "pname": "cosign", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:01.517096Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.0.5", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/3imvp2099q3plbdj1hcdy0mbwaigkvxy-cosign-3.0.5" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "cosign", + "broken": false, + "derivation": "/nix/store/5h6xa335vxhmbv20ip3idyl9arjd27qr-cosign-3.0.5.drv", + "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", + "install_id": "cosign", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "cosign-3.0.5", + "pname": "cosign", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:08.567488Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.0.5", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/qfj1pfcb813d0i0avywv5rj9d2p00bg8-cosign-3.0.5" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "cosign", + "broken": false, + "derivation": "/nix/store/zkcpl1ghxch0gir0g9ccvchb5yv8qzl4-cosign-3.0.5.drv", + "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", + "install_id": "cosign", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "cosign-3.0.5", + "pname": "cosign", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:10.136936Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.0.5", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/kdicarvprngssgqzb1g3lly9w9v793va-cosign-3.0.5" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "crane", + "broken": false, + "derivation": "/nix/store/a9mpmiffbq4625hjx8vhlrb6p64z7g36-go-containerregistry-0.20.7.drv", + "description": "Tools for interacting with remote images and registries including crane and gcrane", + "install_id": "crane", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-containerregistry-0.20.7", + "pname": "crane", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:02.001043Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.20.7", + "outputs_to_install": [ + "out" + ], + "outputs": { + "crane": "/nix/store/8290zdsf1q314rcwwkgzin3hk39d9q8h-go-containerregistry-0.20.7-crane", + "gcrane": "/nix/store/79wyzm15f2nzvnvs6z5rlkibycwfgh0w-go-containerregistry-0.20.7-gcrane", + "out": "/nix/store/71iyl9zpqnc45n3is5bz0v9vk5sbpk14-go-containerregistry-0.20.7" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "crane", + "broken": false, + "derivation": "/nix/store/f3xcxmcv2rrm4qbs3pqicb3chjircq2j-go-containerregistry-0.20.7.drv", + "description": "Tools for interacting with remote images and registries including crane and gcrane", + "install_id": "crane", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-containerregistry-0.20.7", + "pname": "crane", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:01.543213Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.20.7", + "outputs_to_install": [ + "out" + ], + "outputs": { + "crane": "/nix/store/ck41gpmgzhp4vgh5nl6mazhq3zsb377k-go-containerregistry-0.20.7-crane", + "gcrane": "/nix/store/d1g9w15jjax8qcmv1kqlv81zb8c40ps1-go-containerregistry-0.20.7-gcrane", + "out": "/nix/store/ijj1xw0k9d95dr8p1dj9qs005zdwm1ab-go-containerregistry-0.20.7" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "crane", + "broken": false, + "derivation": "/nix/store/w1rzq08fzcdhrx1vxk8aj2y0dk5hw3zw-go-containerregistry-0.20.7.drv", + "description": "Tools for interacting with remote images and registries including crane and gcrane", + "install_id": "crane", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-containerregistry-0.20.7", + "pname": "crane", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:08.579981Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.20.7", + "outputs_to_install": [ + "out" + ], + "outputs": { + "crane": "/nix/store/awbkw59wm597dbnn2nf0vzbr75aigadn-go-containerregistry-0.20.7-crane", + "gcrane": "/nix/store/85agsdpr0v252zfmz3x9b30n6wywvmwm-go-containerregistry-0.20.7-gcrane", + "out": "/nix/store/01sx5rr1kyvpgcqsgdwml08z5k16fbl9-go-containerregistry-0.20.7" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "crane", + "broken": false, + "derivation": "/nix/store/2lyrl2czp67zbfj54i8wick518xxvzhr-go-containerregistry-0.20.7.drv", + "description": "Tools for interacting with remote images and registries including crane and gcrane", + "install_id": "crane", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-containerregistry-0.20.7", + "pname": "crane", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:10.167869Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.20.7", + "outputs_to_install": [ + "out" + ], + "outputs": { + "crane": "/nix/store/2rnhzbs2spv6rghz26063wqqqgvv26jf-go-containerregistry-0.20.7-crane", + "gcrane": "/nix/store/iyj3816g7g578wrnvip6v7mk7h2z4gxz-go-containerregistry-0.20.7-gcrane", + "out": "/nix/store/6z4y81272zx2a8skr0s5igikh8a4rczg-go-containerregistry-0.20.7" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ctlptl", + "broken": false, + "derivation": "/nix/store/18m88rfw2rq166pvy1ybmwg1imdslbs8-ctlptl-0.9.0.drv", + "description": "CLI for declaratively setting up local Kubernetes clusters", + "install_id": "ctlptl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ctlptl-0.9.0", + "pname": "ctlptl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:02.023343Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.9.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/129p6ypxd8by1s79svr9v734i5m5mmhd-ctlptl-0.9.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ctlptl", + "broken": false, + "derivation": "/nix/store/c8bib8ac14axl8dlwp6zhp50mixm2372-ctlptl-0.9.0.drv", + "description": "CLI for declaratively setting up local Kubernetes clusters", + "install_id": "ctlptl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ctlptl-0.9.0", + "pname": "ctlptl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:01.575655Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.9.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/38w77srlwlfyfhbq5lvaissyw2vjnnj2-ctlptl-0.9.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ctlptl", + "broken": false, + "derivation": "/nix/store/pvnn6rq4irhsbisnj1aqas1pi5318710-ctlptl-0.9.0.drv", + "description": "CLI for declaratively setting up local Kubernetes clusters", + "install_id": "ctlptl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ctlptl-0.9.0", + "pname": "ctlptl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:08.602788Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.9.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/qkp91ns0hld6j7mngd6lxbkyzh2cz5w1-ctlptl-0.9.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ctlptl", + "broken": false, + "derivation": "/nix/store/cv3w3jh8f2jkm7l2jsfnng90w8ai6wa6-ctlptl-0.9.0.drv", + "description": "CLI for declaratively setting up local Kubernetes clusters", + "install_id": "ctlptl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ctlptl-0.9.0", + "pname": "ctlptl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:10.210485Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.9.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/v4zpg3lh6kywj7gvn6i8nqy4m5nc950g-ctlptl-0.9.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "git-cliff", + "broken": false, + "derivation": "/nix/store/7xs92k4f56yzqn3amaghwn73zq0c1rbl-git-cliff-2.12.0.drv", + "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", + "install_id": "git-cliff", + "license": "GPL-3.0-only", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "git-cliff-2.12.0", + "pname": "git-cliff", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:02.826220Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.12.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/9fda45sd0scznl35l837qqm1l7y9pdpg-git-cliff-2.12.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "git-cliff", + "broken": false, + "derivation": "/nix/store/givhgd8lfyavbc2bs8kaqfl16h01zvf3-git-cliff-2.12.0.drv", + "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", + "install_id": "git-cliff", + "license": "GPL-3.0-only", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "git-cliff-2.12.0", + "pname": "git-cliff", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:02.692001Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.12.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/aj5ivjqs83nlcik0z9l9qy416346n92l-git-cliff-2.12.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "git-cliff", + "broken": false, + "derivation": "/nix/store/d9j6q47h6llj51zv2k88qwyi0gya4cna-git-cliff-2.12.0.drv", + "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", + "install_id": "git-cliff", + "license": "GPL-3.0-only", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "git-cliff-2.12.0", + "pname": "git-cliff", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:09.366687Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.12.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/p2qjsr719iw9vpxpgjgrxi4d6z84c6fy-git-cliff-2.12.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "git-cliff", + "broken": false, + "derivation": "/nix/store/60pxyirh45pgny7nj3azfymydbb9clyz-git-cliff-2.12.0.drv", + "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", + "install_id": "git-cliff", + "license": "GPL-3.0-only", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "git-cliff-2.12.0", + "pname": "git-cliff", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:11.547112Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.12.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/l5gv7sqi261rmr7rzqyhqb0gpgll23dh-git-cliff-2.12.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go_1_26", + "broken": false, + "derivation": "/nix/store/cjk5p2m9jk3ms70nwpm106yzrpdr983w-go-1.26.0.drv", + "description": "Go Programming language", + "install_id": "go", + "license": "BSD-3-Clause", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-1.26.0", + "pname": "go_1_26", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:02.962844Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.26.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/5ajixjk279m40yf6x96xxlnvw1wg6hq3-go-1.26.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go_1_26", + "broken": false, + "derivation": "/nix/store/2laq64jvrfk36x11bngawkpxdairahrg-go-1.26.0.drv", + "description": "Go Programming language", + "install_id": "go", + "license": "BSD-3-Clause", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-1.26.0", + "pname": "go_1_26", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:03.311787Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.26.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/b0ncnyjis5pfzm86pb0y3klgdw2gwyww-go-1.26.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go_1_26", + "broken": false, + "derivation": "/nix/store/g2vb1svl4krl4imgzs8w5d5na80h58rw-go-1.26.0.drv", + "description": "Go Programming language", + "install_id": "go", + "license": "BSD-3-Clause", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-1.26.0", + "pname": "go_1_26", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:09.537397Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.26.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/kpr6dqdjixi0b1wh7phisqmzkxjw7ln7-go-1.26.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go_1_26", + "broken": false, + "derivation": "/nix/store/bai4112yca5rg7rl1awm4bpzvvc8arcx-go-1.26.0.drv", + "description": "Go Programming language", + "install_id": "go", + "license": "BSD-3-Clause", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-1.26.0", + "pname": "go_1_26", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:12.261600Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.26.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/s9dwyyi8mk76wslsm6jl50ky9hd11pv3-go-1.26.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go-licenses", + "broken": false, + "derivation": "/nix/store/rz5dqmb73g8i2bi9w30p4qski48v3g5i-go-licenses-1.6.0.drv", + "description": "Reports on the licenses used by a Go package and its dependencies", + "install_id": "go-licenses", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-licenses-1.6.0", + "pname": "go-licenses", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:02.952361Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.6.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/naxfd2pqbgz2vi0xhk7fk8a4264zh7q0-go-licenses-1.6.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go-licenses", + "broken": false, + "derivation": "/nix/store/ff2mcq0snh4ni3xs2h9h5n51k10z3pjr-go-licenses-1.6.0.drv", + "description": "Reports on the licenses used by a Go package and its dependencies", + "install_id": "go-licenses", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-licenses-1.6.0", + "pname": "go-licenses", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:03.297099Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.6.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/vxxnadiz9dmj4jz63v5g9ga85qrbs58i-go-licenses-1.6.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go-licenses", + "broken": false, + "derivation": "/nix/store/6ylp0b6ddri1m3q30zbyngvki9zbv7nk-go-licenses-1.6.0.drv", + "description": "Reports on the licenses used by a Go package and its dependencies", + "install_id": "go-licenses", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-licenses-1.6.0", + "pname": "go-licenses", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:09.526743Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.6.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/dqxxnld12iay1jfj1jyqcchr2lzcjcag-go-licenses-1.6.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "go-licenses", + "broken": false, + "derivation": "/nix/store/52d1gh1g4s2znv3k86pzigyf3j6480gk-go-licenses-1.6.0.drv", + "description": "Reports on the licenses used by a Go package and its dependencies", + "install_id": "go-licenses", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "go-licenses-1.6.0", + "pname": "go-licenses", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:12.242507Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.6.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/akwqqw2dn955yy8vawmr2j1csfwph9g0-go-licenses-1.6.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "golangci-lint", + "broken": false, + "derivation": "/nix/store/vlz0xs97yrrmz7q5b2ckvd2fjd1i1230-golangci-lint-2.10.1.drv", + "description": "Fast linters Runner for Go", + "install_id": "golangci-lint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "golangci-lint-2.10.1", + "pname": "golangci-lint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:02.998104Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.10.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/1rrjjclzxlr6f1ivb6l74vq1n1g1lki8-golangci-lint-2.10.1" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "golangci-lint", + "broken": false, + "derivation": "/nix/store/zh81m7rbbg5pk61n1mzfrpipdqpm8vk8-golangci-lint-2.10.1.drv", + "description": "Fast linters Runner for Go", + "install_id": "golangci-lint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "golangci-lint-2.10.1", + "pname": "golangci-lint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:03.369986Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.10.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/ri4b9yqars42sc3hwwa5w81w91h13lm8-golangci-lint-2.10.1" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "golangci-lint", + "broken": false, + "derivation": "/nix/store/6k4ibklqbxwv4ixpw6zky8xdwfjr68qg-golangci-lint-2.10.1.drv", + "description": "Fast linters Runner for Go", + "install_id": "golangci-lint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "golangci-lint-2.10.1", + "pname": "golangci-lint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:09.574396Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.10.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/qvvg1rv8b4m4qyvqh40zc4nfa72vyzlw-golangci-lint-2.10.1" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "golangci-lint", + "broken": false, + "derivation": "/nix/store/xxmjl2v7llf31g6fm2d939hbkjzzldsb-golangci-lint-2.10.1.drv", + "description": "Fast linters Runner for Go", + "install_id": "golangci-lint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "golangci-lint-2.10.1", + "pname": "golangci-lint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:12.332341Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.10.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/ziv6x93wkd587qji6z0648050g0r9qjn-golangci-lint-2.10.1" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "goreleaser", + "broken": false, + "derivation": "/nix/store/wzd662ffrci9ryf2s2pm5s7y73fp00q1-goreleaser-2.13.3.drv", + "description": "Deliver Go binaries as fast and easily as possible", + "install_id": "goreleaser", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "goreleaser-2.13.3", + "pname": "goreleaser", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:03.024338Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.13.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/hjkjsjcjvmi8cw5lwz60954l23jpz1s4-goreleaser-2.13.3" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "goreleaser", + "broken": false, + "derivation": "/nix/store/hjxd43y6am0xk4vijz3ail1h2a8bpg9y-goreleaser-2.13.3.drv", + "description": "Deliver Go binaries as fast and easily as possible", + "install_id": "goreleaser", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "goreleaser-2.13.3", + "pname": "goreleaser", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:03.409166Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.13.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/h4mfplvbfw8mvdwjqkc6db5i839zv2nd-goreleaser-2.13.3" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "goreleaser", + "broken": false, + "derivation": "/nix/store/jb6wmq612d8maj5s771nd4mb20cb7lcw-goreleaser-2.13.3.drv", + "description": "Deliver Go binaries as fast and easily as possible", + "install_id": "goreleaser", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "goreleaser-2.13.3", + "pname": "goreleaser", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:09.600135Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.13.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/axrk518ycwgnqwqljmaf67isndcf506j-goreleaser-2.13.3" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "goreleaser", + "broken": false, + "derivation": "/nix/store/n4pa4lii0rz7wl6crspc2pxmhw280zn3-goreleaser-2.13.3.drv", + "description": "Deliver Go binaries as fast and easily as possible", + "install_id": "goreleaser", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "goreleaser-2.13.3", + "pname": "goreleaser", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:12.382468Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "2.13.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/naggjmmkqzl3j3f463jzc258844003w4-goreleaser-2.13.3" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "grype", + "broken": false, + "derivation": "/nix/store/phk76kppsv21ddk6m9csss7ghayscqcp-grype-0.108.0.drv", + "description": "Vulnerability scanner for container images and filesystems", + "install_id": "grype", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "grype-0.108.0", + "pname": "grype", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:03.118281Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.108.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/ai9bvhgxxjda7w8kv0aa7qv9gp3vlys9-grype-0.108.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "grype", + "broken": false, + "derivation": "/nix/store/47am0cpzdxig9gpfkm8hg05n108llk51-grype-0.108.0.drv", + "description": "Vulnerability scanner for container images and filesystems", + "install_id": "grype", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "grype-0.108.0", + "pname": "grype", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:03.562200Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.108.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/60nzz26dz5v1bn9s08sbhpn7yc078i2d-grype-0.108.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "grype", + "broken": false, + "derivation": "/nix/store/xl0k61a95gbwlpjwdgf41dcmnz2kqygb-grype-0.108.0.drv", + "description": "Vulnerability scanner for container images and filesystems", + "install_id": "grype", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "grype-0.108.0", + "pname": "grype", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:09.698060Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.108.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/z0f7dda61nkxqgg6np6kiqaf3hinl85s-grype-0.108.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "grype", + "broken": false, + "derivation": "/nix/store/22pb4jfmcdj6azrwxj9hnb2pnqs2b1hr-grype-0.108.0.drv", + "description": "Vulnerability scanner for container images and filesystems", + "install_id": "grype", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "grype-0.108.0", + "pname": "grype", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:12.574073Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.108.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/ljs2r2dixgrv3cynx75550mz7c017cc1-grype-0.108.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kind", + "broken": false, + "derivation": "/nix/store/f0rqwajvkm4cl65fcxv52hyf93jhk25j-kind-0.31.0.drv", + "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", + "install_id": "kind", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kind-0.31.0", + "pname": "kind", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:18.868866Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.31.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/rda19grlrih0ks0mxzhzy4sqh83mb0x4-kind-0.31.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kind", + "broken": false, + "derivation": "/nix/store/klm8qfdkl0ais8nsvw1198ffww1azrgn-kind-0.31.0.drv", + "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", + "install_id": "kind", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kind-0.31.0", + "pname": "kind", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:22.990899Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.31.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/kfx7g36zfqdynlj9hsaxvbswyh0k35yr-kind-0.31.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kind", + "broken": false, + "derivation": "/nix/store/5pfi58wwdaiyv8q954jrbsk3s0g2mb33-kind-0.31.0.drv", + "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", + "install_id": "kind", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kind-0.31.0", + "pname": "kind", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:25.061927Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.31.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/c2nw6gz2w240crs0afab0braazmaagjk-kind-0.31.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kind", + "broken": false, + "derivation": "/nix/store/nvps12lw2wv6hm5rsiwi21ivw1xin8wn-kind-0.31.0.drv", + "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", + "install_id": "kind", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kind-0.31.0", + "pname": "kind", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:34.232584Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.31.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/j7xm61bjdrampp2bmw3zsbj896zllhgf-kind-0.31.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ko", + "broken": false, + "derivation": "/nix/store/0hx6az1qhcdlfjkkjm7frn6fgxa48vmh-ko-0.18.1.drv", + "description": "Build and deploy Go applications", + "install_id": "ko", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ko-0.18.1", + "pname": "ko", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:18.929774Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.18.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/dhll5w3dspii7s9z2yphcdwr5cish816-ko-0.18.1" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ko", + "broken": false, + "derivation": "/nix/store/9z1pl961bvvpxrffh4kqssayfhx8g7rd-ko-0.18.1.drv", + "description": "Build and deploy Go applications", + "install_id": "ko", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ko-0.18.1", + "pname": "ko", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:23.098842Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.18.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/jn13flpa82hgl3idghjzjx2dchy8zw5i-ko-0.18.1" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ko", + "broken": false, + "derivation": "/nix/store/4wq3pbxzyfvpw2y5zfzvxrqkidn3nb5g-ko-0.18.1.drv", + "description": "Build and deploy Go applications", + "install_id": "ko", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ko-0.18.1", + "pname": "ko", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:25.121243Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.18.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/bllfqm52wgzlrwb96kivlsj61lknpszd-ko-0.18.1" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "ko", + "broken": false, + "derivation": "/nix/store/49awkwlpg5hcn6m62dcjq5ji90lly4px-ko-0.18.1.drv", + "description": "Build and deploy Go applications", + "install_id": "ko", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "ko-0.18.1", + "pname": "ko", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:34.350199Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.18.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/fnidrc9dcdbgm33aj01ic6bhcn2zw7wf-ko-0.18.1" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubectl", + "broken": false, + "derivation": "/nix/store/ykw0a3y5ndk38cqx6l0kh6mad9khqxgv-kubectl-1.35.0.drv", + "description": "Kubernetes CLI", + "install_id": "kubectl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubectl-1.35.0", + "pname": "kubectl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:19.108402Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.35.0", + "outputs_to_install": [ + "man", + "out" + ], + "outputs": { + "convert": "/nix/store/z7sjfxgi8hfxp2lhnmsc8cxrivq47388-kubectl-1.35.0-convert", + "man": "/nix/store/kkw3fydnm0j5623by42z87z88x65j3da-kubectl-1.35.0-man", + "out": "/nix/store/vc9x3pbgiayy7404pizw2597ckxbx5iv-kubectl-1.35.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubectl", + "broken": false, + "derivation": "/nix/store/i9njgy1xb2yisl0gp1g0chnxh98z2rfr-kubectl-1.35.0.drv", + "description": "Kubernetes CLI", + "install_id": "kubectl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubectl-1.35.0", + "pname": "kubectl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:23.403387Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.35.0", + "outputs_to_install": [ + "man", + "out" + ], + "outputs": { + "convert": "/nix/store/z9sdg7h4g18pjxsammdn8v99mxfiwanq-kubectl-1.35.0-convert", + "man": "/nix/store/5xpp0xycjgp6a4j4m0p3imfx60nm8qk1-kubectl-1.35.0-man", + "out": "/nix/store/dwv1pr9ammi7nvg2wrh8i1b1pc4s1kdc-kubectl-1.35.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubectl", + "broken": false, + "derivation": "/nix/store/psscrcq7ij22x0rdzmnvlp9sanxdasdf-kubectl-1.35.0.drv", + "description": "Kubernetes CLI", + "install_id": "kubectl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubectl-1.35.0", + "pname": "kubectl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:25.293306Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.35.0", + "outputs_to_install": [ + "man", + "out" + ], + "outputs": { + "convert": "/nix/store/8nfmr74j1ls3parfa3l6zglfgmzm7a99-kubectl-1.35.0-convert", + "man": "/nix/store/39lj9l9nr6q1il6x3gwvrxbncawkjicf-kubectl-1.35.0-man", + "out": "/nix/store/aspny4z58b3ggw0v4dayngrxjgqhfkwh-kubectl-1.35.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubectl", + "broken": false, + "derivation": "/nix/store/xpr3kml490md2gys1ffibwpfj7z48lqa-kubectl-1.35.0.drv", + "description": "Kubernetes CLI", + "install_id": "kubectl", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubectl-1.35.0", + "pname": "kubectl", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:34.673535Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.35.0", + "outputs_to_install": [ + "man", + "out" + ], + "outputs": { + "convert": "/nix/store/lzbrmcxx8zwjyi3k18f5jdv8axrgcyz8-kubectl-1.35.0-convert", + "man": "/nix/store/11329ky5q3yd8h6b2f6dilhxd93lp6a9-kubectl-1.35.0-man", + "out": "/nix/store/36ji0srf1rf0fhk27410g3i0njwqrfb3-kubectl-1.35.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubernetes-helm", + "broken": false, + "derivation": "/nix/store/9yad26nxrmiyvyd1jk6xy7dxiyspidls-kubernetes-helm-3.19.1.drv", + "description": "Package manager for kubernetes", + "install_id": "kubernetes-helm", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubernetes-helm-3.19.1", + "pname": "kubernetes-helm", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:19.158389Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.19.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/qgnf88s44vlb5flhrdiica0x7iq48yf3-kubernetes-helm-3.19.1" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubernetes-helm", + "broken": false, + "derivation": "/nix/store/8q88cja5ssdbc0n50xygk8p9h4g3m6ay-kubernetes-helm-3.19.1.drv", + "description": "Package manager for kubernetes", + "install_id": "kubernetes-helm", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubernetes-helm-3.19.1", + "pname": "kubernetes-helm", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:23.459983Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.19.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/rmzqdyhxj0sa2fm5h2r2fsrxl19jlvis-kubernetes-helm-3.19.1" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubernetes-helm", + "broken": false, + "derivation": "/nix/store/j5a46b4d8bba3zc462maazhq15asldyd-kubernetes-helm-3.19.1.drv", + "description": "Package manager for kubernetes", + "install_id": "kubernetes-helm", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubernetes-helm-3.19.1", + "pname": "kubernetes-helm", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:25.341341Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.19.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/gwrsg2lq73bppnj7j9afzfz6biva1jfa-kubernetes-helm-3.19.1" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kubernetes-helm", + "broken": false, + "derivation": "/nix/store/gvwbhzncv9pm2x5zbhivzs1qyxcll1q5-kubernetes-helm-3.19.1.drv", + "description": "Package manager for kubernetes", + "install_id": "kubernetes-helm", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kubernetes-helm-3.19.1", + "pname": "kubernetes-helm", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:34.735652Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "3.19.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/3bjwp28yvv86pih7k9p7n7w5jhcn8qd9-kubernetes-helm-3.19.1" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "tilt", + "broken": false, + "derivation": "/nix/store/wdfqiyw9gl1fsdc5fz234lqvp9aq34m2-tilt-0.36.3.drv", + "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", + "install_id": "tilt", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "tilt-0.36.3", + "pname": "tilt", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:48:07.899049Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.36.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/hdq829l6mn2fk52fz047wn0midalb5wr-tilt-0.36.3" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "tilt", + "broken": false, + "derivation": "/nix/store/rh8khp2w89gjxanszz8zbchk78g5rya7-tilt-0.36.3.drv", + "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", + "install_id": "tilt", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "tilt-0.36.3", + "pname": "tilt", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:26:46.060967Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.36.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/63gdcf5yq309grvndf824fj1097lbbl1-tilt-0.36.3" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "tilt", + "broken": false, + "derivation": "/nix/store/kl2inmkw6d2y89mpy7qyv5dykl7qg83g-tilt-0.36.3.drv", + "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", + "install_id": "tilt", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "tilt-0.36.3", + "pname": "tilt", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:11:14.893051Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.36.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/9jwnq51hrf8i5jnaypark4qah5wmzwfa-tilt-0.36.3" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "tilt", + "broken": false, + "derivation": "/nix/store/k6y2dpmdxvsf8xkzdm6wsg1kvgnircx5-tilt-0.36.3.drv", + "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", + "install_id": "tilt", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "tilt-0.36.3", + "pname": "tilt", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:03:10.969009Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "0.36.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/1s297yp6r0c24llvjk4qaq30ccbzgnsc-tilt-0.36.3" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yamllint", + "broken": false, + "derivation": "/nix/store/n0kfvq7hrm2x8lwn5l39j7jxh5wv21yl-python3.13-yamllint-1.37.1.drv", + "description": "Linter for YAML files", + "install_id": "yamllint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "python3.13-yamllint-1.37.1", + "pname": "yamllint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:48:39.219077Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.37.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/55z9bkc64vm4b60rfn7y79ghklqkjsa5-python3.13-yamllint-1.37.1-dist", + "out": "/nix/store/3q7v9msz48z2vi736rymcjc1gi8c49iq-python3.13-yamllint-1.37.1" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yamllint", + "broken": false, + "derivation": "/nix/store/6wbcf6zq839klwzf4l0yyz3zy0r4hprl-python3.13-yamllint-1.37.1.drv", + "description": "Linter for YAML files", + "install_id": "yamllint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "python3.13-yamllint-1.37.1", + "pname": "yamllint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:27:26.187806Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.37.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/fgs9isa3cyy2bg99vw92lyi3hmll7wnb-python3.13-yamllint-1.37.1-dist", + "out": "/nix/store/ianlcqlfq1zgswzrjyki2hnmc6n2k1hk-python3.13-yamllint-1.37.1" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yamllint", + "broken": false, + "derivation": "/nix/store/zfrhi2cvkkp9p2aras5gxc3ddh1vsw79-python3.13-yamllint-1.37.1.drv", + "description": "Linter for YAML files", + "install_id": "yamllint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "python3.13-yamllint-1.37.1", + "pname": "yamllint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:11:46.546059Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.37.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/9jmffbksg7dm2ja3gywcap9plspk4mpx-python3.13-yamllint-1.37.1-dist", + "out": "/nix/store/28i8a0xn0bwagyx1ql95f518qf6qy68d-python3.13-yamllint-1.37.1" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yamllint", + "broken": false, + "derivation": "/nix/store/g8qqmc2b4gisjjnfg1ai6q2z3qp0ickp-python3.13-yamllint-1.37.1.drv", + "description": "Linter for YAML files", + "install_id": "yamllint", + "license": "GPL-3.0-or-later", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "python3.13-yamllint-1.37.1", + "pname": "yamllint", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:03:53.518976Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.37.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "dist": "/nix/store/jk6is2i4c3qs0fp99qw6s5z8v3av20z2-python3.13-yamllint-1.37.1-dist", + "out": "/nix/store/a6k0l2naclakdmypd5frw9bgzyawnlmi-python3.13-yamllint-1.37.1" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yq-go", + "broken": false, + "derivation": "/nix/store/lgcz46ayjp0rrm53dd8gl8kdqv4f6bgh-yq-go-4.52.4.drv", + "description": "Portable command-line YAML processor", + "install_id": "yq", + "license": "[ MIT ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "yq-go-4.52.4", + "pname": "yq-go", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:48:39.671221Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "4.52.4", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/pylgx3h8185sds4pclpzrsj6d4kx9ixq-yq-go-4.52.4" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yq-go", + "broken": false, + "derivation": "/nix/store/258bwfn9fcr6drhixz3w4iyhz5dyd48x-yq-go-4.52.4.drv", + "description": "Portable command-line YAML processor", + "install_id": "yq", + "license": "[ MIT ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "yq-go-4.52.4", + "pname": "yq-go", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:27:26.798864Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "4.52.4", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/l4i5y4brr6f45y5pia48rx1n17q0a1kr-yq-go-4.52.4" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yq-go", + "broken": false, + "derivation": "/nix/store/gbgr3936syxnzs1c9sdk8cspmzj3mf0p-yq-go-4.52.4.drv", + "description": "Portable command-line YAML processor", + "install_id": "yq", + "license": "[ MIT ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "yq-go-4.52.4", + "pname": "yq-go", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:11:46.984880Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "4.52.4", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/yw52il24d58bz6516da8y0c8iwv8ckcv-yq-go-4.52.4" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "yq-go", + "broken": false, + "derivation": "/nix/store/07ckmc5f7znvyywbhaa5bgbhnh497a0z-yq-go-4.52.4.drv", + "description": "Portable command-line YAML processor", + "install_id": "yq", + "license": "[ MIT ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "yq-go-4.52.4", + "pname": "yq-go", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:03:54.188739Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "4.52.4", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/rjic2hjhbmlch7vj3dnpfc5gppg9l654-yq-go-4.52.4" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + } + ] +} diff --git a/.flox/env/manifest.toml b/.flox/env/manifest.toml new file mode 100644 index 000000000..f3794d7d4 --- /dev/null +++ b/.flox/env/manifest.toml @@ -0,0 +1,95 @@ +## Flox Environment Manifest ----------------------------------------- +## +## _Everything_ you need to know about the _manifest_ is here: +## +## https://flox.dev/docs/reference/command-reference/manifest.toml/ +## +## ------------------------------------------------------------------- +# Flox manifest version managed by Flox CLI +version = 1 + + +## Install Packages -------------------------------------------------- +## Mirrors tools/setup-tools — all dev tools from .settings.yaml +## ------------------------------------------------------------------- +[install] +# Language +go.pkg-path = "go_1_26" +go.version = "^1.26" + +# Build tools +goreleaser.pkg-path = "goreleaser" +ko.pkg-path = "ko" +crane.pkg-path = "crane" +git-cliff.pkg-path = "git-cliff" + +# Linting +golangci-lint.pkg-path = "golangci-lint" +yamllint.pkg-path = "yamllint" +addlicense.pkg-path = "addlicense" +go-licenses.pkg-path = "go-licenses" + +# Security tools +grype.pkg-path = "grype" +cosign.pkg-path = "cosign" + +# Kubernetes / testing tools +kubectl.pkg-path = "kubectl" +kubernetes-helm.pkg-path = "kubernetes-helm" +kind.pkg-path = "kind" +ctlptl.pkg-path = "ctlptl" +tilt.pkg-path = "tilt" +chainsaw.pkg-path = "kyverno-chainsaw" + +# Cloud CLIs +awscli2.pkg-path = "awscli2" + +# Utilities +yq.pkg-path = "yq-go" + + +## Environment Variables --------------------------------------------- +## GOFLAGS is used by Makefile targets (go vet, go test, golangci-lint) +## GOPATH/GOBIN keep Go tool installs inside the flox environment cache +## ------------------------------------------------------------------- +[vars] +GOFLAGS = "-mod=vendor" + + +## Activation Hook --------------------------------------------------- +## Sets up GOPATH/GOBIN inside the flox cache so `go install` artifacts +## stay isolated and are on PATH automatically. +## ------------------------------------------------------------------- +[hook] +on-activate = ''' + export GOPATH="$FLOX_ENV_CACHE/go" + export GOBIN="$GOPATH/bin" + mkdir -p "$GOBIN" +''' + + +## Profile script ---------------------------------------------------- +## Ensures GOBIN is on PATH in the user's shell. +## ------------------------------------------------------------------- +[profile] +common = ''' + export GOPATH="$FLOX_ENV_CACHE/go" + export GOBIN="$GOPATH/bin" + export PATH="$GOBIN:$PATH" +''' + + +## Services --------------------------------------------------------- +[services] + + +## Include ---------------------------------------------------------- +[include] + + +## Build and publish your own packages ------------------------------ +[build] + + +## Other Environment Options ----------------------------------------- +[options] diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d3911089f..68b11b7aa 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -115,11 +115,47 @@ docker - 24.0.7 ✓ Legend: ✓ = installed, ⚠ = version mismatch, ✗ = missing ``` +### Flox Environment (Alternative) + +[Flox](https://flox.dev) provides a declarative, Nix-based development environment as an alternative to `make tools-setup`. Instead of installing tools system-wide, Flox creates an isolated shell with all dependencies available. + +```bash +# Install Flox (one-time): https://flox.dev/get-flox +# Then activate the environment: +flox activate + +# All tools are now available — verify with: +make tools-check +``` + +Benefits over `make tools-setup`: +- No system-wide installs — tools are scoped to the project shell +- Reproducible across machines via the lockfile (`.flox/env/manifest.lock`) +- Single command to get a fully configured environment + +The Flox manifest (`.flox/env/manifest.toml`) mirrors the tools defined in `tools/setup-tools`. `.settings.yaml` remains the single source of truth for versions. + +#### Keeping Flox in Sync + +When tool versions change in `.settings.yaml`, the Flox manifest should be updated to match. Use the following prompt with an AI assistant or as a manual checklist: + +> Compare `.settings.yaml` tool versions against `.flox/env/manifest.toml` packages. +> For each tool in `tools/check-tools` `get_tool_metadata()`, ensure the corresponding +> Flox package is listed in `[install]` with a compatible version. Update any mismatched +> entries in `manifest.toml`, then run `flox install` to regenerate `manifest.lock`. + +To verify after updating: + +```bash +flox activate -- make tools-check +``` + ### Version Management All tool versions are centrally managed in `.settings.yaml`. This file is the single source of truth used by: - `make tools-setup` - Local development setup - `make tools-check` - Version verification +- `.flox/env/manifest.toml` - Flox environment packages - GitHub Actions CI - Ensures CI uses identical versions When updating tool versions, edit `.settings.yaml` and the changes propagate everywhere automatically. From ed854fcf6d7cb7530887d049dee67f156e57a1a4 Mon Sep 17 00:00:00 2001 From: Jeff Nappi Date: Sat, 28 Feb 2026 10:20:28 -0800 Subject: [PATCH 2/4] chore(flox): address PR review feedback Add missing tools (kwok, hugo, nodejs), pin package versions, remove awscli2, and fix DEVELOPMENT.md to clarify Flox is best-effort and requires manual sync with .settings.yaml. --- .flox/env/manifest.lock | 598 +++++++++++++++++++++++++++++++--------- .flox/env/manifest.toml | 27 +- DEVELOPMENT.md | 5 +- 3 files changed, 489 insertions(+), 141 deletions(-) diff --git a/.flox/env/manifest.lock b/.flox/env/manifest.lock index cb566ca79..d7f43124b 100644 --- a/.flox/env/manifest.lock +++ b/.flox/env/manifest.lock @@ -6,23 +6,24 @@ "addlicense": { "pkg-path": "addlicense" }, - "awscli2": { - "pkg-path": "awscli2" - }, "chainsaw": { - "pkg-path": "kyverno-chainsaw" + "pkg-path": "kyverno-chainsaw", + "version": "^0.2" }, "cosign": { - "pkg-path": "cosign" + "pkg-path": "cosign", + "version": "^3" }, "crane": { "pkg-path": "crane" }, "ctlptl": { - "pkg-path": "ctlptl" + "pkg-path": "ctlptl", + "version": "^0.9" }, "git-cliff": { - "pkg-path": "git-cliff" + "pkg-path": "git-cliff", + "version": "^2" }, "go": { "pkg-path": "go_1_26", @@ -32,34 +33,53 @@ "pkg-path": "go-licenses" }, "golangci-lint": { - "pkg-path": "golangci-lint" + "pkg-path": "golangci-lint", + "version": "^2" }, "goreleaser": { - "pkg-path": "goreleaser" + "pkg-path": "goreleaser", + "version": "^2" }, "grype": { "pkg-path": "grype" }, + "hugo": { + "pkg-path": "hugo", + "version": "~0.155" + }, "kind": { - "pkg-path": "kind" + "pkg-path": "kind", + "version": "^0.31" }, "ko": { - "pkg-path": "ko" + "pkg-path": "ko", + "version": "^0.18" }, "kubectl": { - "pkg-path": "kubectl" + "pkg-path": "kubectl", + "version": "^1" }, "kubernetes-helm": { "pkg-path": "kubernetes-helm" }, + "kwok": { + "pkg-path": "kwok", + "version": "^0.7" + }, + "nodejs": { + "pkg-path": "nodejs_22" + }, "tilt": { - "pkg-path": "tilt" + "pkg-path": "tilt", + "version": "^0.36" }, "yamllint": { - "pkg-path": "yamllint" + "pkg-path": "yamllint", + "version": "^1" }, "yq": { - "pkg-path": "yq-go" + "pkg-path": "yq-go", + "version": "^4" } }, "vars": { @@ -89,6 +109,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:01.395347Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -118,6 +139,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:00.751674Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -147,6 +169,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:08.022756Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -176,6 +199,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:09.332807Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -190,126 +214,6 @@ "group": "toplevel", "priority": 5 }, - { - "attr_path": "awscli2", - "broken": false, - "derivation": "/nix/store/6lk883jlxnrwfdzj9202n23hk8db0ckv-awscli2-2.33.2.drv", - "description": "Unified tool to manage your AWS services", - "install_id": "awscli2", - "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", - "name": "awscli2-2.33.2", - "pname": "awscli2", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:01.535366Z", - "stabilities": [ - "unstable" - ], - "unfree": false, - "version": "2.33.2", - "outputs_to_install": [ - "out" - ], - "outputs": { - "dist": "/nix/store/mcjyd58vanwzgsdi6r47gp706g7is1kw-awscli2-2.33.2-dist", - "out": "/nix/store/7fs6pvb0zdzr5pwvjd56lcg4v50zm300-awscli2-2.33.2" - }, - "system": "aarch64-darwin", - "group": "toplevel", - "priority": 5 - }, - { - "attr_path": "awscli2", - "broken": false, - "derivation": "/nix/store/28hflxp9kfkrp5lvkxhn5fqb9y6f52ly-awscli2-2.33.2.drv", - "description": "Unified tool to manage your AWS services", - "install_id": "awscli2", - "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", - "name": "awscli2-2.33.2", - "pname": "awscli2", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:00.903236Z", - "stabilities": [ - "unstable" - ], - "unfree": false, - "version": "2.33.2", - "outputs_to_install": [ - "out" - ], - "outputs": { - "dist": "/nix/store/22jvkfalayg0s810xy8al26bxg8y9536-awscli2-2.33.2-dist", - "out": "/nix/store/laxzjbgfpaprmrafrgr3sm2a741bjj6m-awscli2-2.33.2" - }, - "system": "aarch64-linux", - "group": "toplevel", - "priority": 5 - }, - { - "attr_path": "awscli2", - "broken": false, - "derivation": "/nix/store/g2wspf1sq2mirch4wd3jr5sapnsrqbxp-awscli2-2.33.2.drv", - "description": "Unified tool to manage your AWS services", - "install_id": "awscli2", - "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", - "name": "awscli2-2.33.2", - "pname": "awscli2", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:08.154615Z", - "stabilities": [ - "unstable" - ], - "unfree": false, - "version": "2.33.2", - "outputs_to_install": [ - "out" - ], - "outputs": { - "dist": "/nix/store/4xmpgna7g51r7gyhladf5cfdzgiji1dv-awscli2-2.33.2-dist", - "out": "/nix/store/5xcwq8mbylr3dwxkdjbxf3f0gr8gzb8p-awscli2-2.33.2" - }, - "system": "x86_64-darwin", - "group": "toplevel", - "priority": 5 - }, - { - "attr_path": "awscli2", - "broken": false, - "derivation": "/nix/store/gh9js61k4amdm17pfv6bid8wl9hzxxi1-awscli2-2.33.2.drv", - "description": "Unified tool to manage your AWS services", - "install_id": "awscli2", - "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", - "name": "awscli2-2.33.2", - "pname": "awscli2", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:09.514382Z", - "stabilities": [ - "unstable" - ], - "unfree": false, - "version": "2.33.2", - "outputs_to_install": [ - "out" - ], - "outputs": { - "dist": "/nix/store/z908n1mkn8a30dyfmcyf23dqjr2gnh6p-awscli2-2.33.2-dist", - "out": "/nix/store/03f0vsahckikf0xcnqig8mls25c01ga5-awscli2-2.33.2" - }, - "system": "x86_64-linux", - "group": "toplevel", - "priority": 5 - }, { "attr_path": "kyverno-chainsaw", "broken": false, @@ -325,6 +229,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:19.226743Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -354,6 +259,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:23.553360Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -383,6 +289,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:25.408574Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -412,6 +319,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:34.844163Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -441,6 +349,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:01.989152Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -470,6 +379,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:01.517096Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -499,6 +409,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:08.567488Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -528,6 +439,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:10.136936Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -557,6 +469,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:02.001043Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -588,6 +501,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:01.543213Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -619,6 +533,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:08.579981Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -650,6 +565,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:10.167869Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -681,6 +597,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:02.023343Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -710,6 +627,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:01.575655Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -739,6 +657,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:08.602788Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -768,6 +687,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:10.210485Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -797,6 +717,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:02.826220Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -826,6 +747,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:02.692001Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -855,6 +777,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:09.366687Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -884,6 +807,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:11.547112Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -913,6 +837,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:02.962844Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -942,6 +867,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:03.311787Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -971,6 +897,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:09.537397Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1000,6 +927,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:12.261600Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1029,6 +957,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:02.952361Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1058,6 +987,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:03.297099Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1087,6 +1017,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:09.526743Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1116,6 +1047,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:12.242507Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1145,6 +1077,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:02.998104Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1174,6 +1107,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:03.369986Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1203,6 +1137,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:09.574396Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1232,6 +1167,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:12.332341Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1261,6 +1197,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:03.024338Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1290,6 +1227,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:03.409166Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1319,6 +1257,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:09.600135Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1348,6 +1287,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:12.382468Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1377,6 +1317,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:03.118281Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1406,6 +1347,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:03.562200Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1435,6 +1377,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:09.698060Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1464,6 +1407,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:12.574073Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1478,6 +1422,126 @@ "group": "toplevel", "priority": 5 }, + { + "attr_path": "hugo", + "broken": false, + "derivation": "/nix/store/p4glp6gbqaaadzkvh1qq24zgx1x6nz2y-hugo-0.155.3.drv", + "description": "Fast and modern static website engine", + "install_id": "hugo", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "hugo-0.155.3", + "pname": "hugo", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:17.377150Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.155.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/b6pd0yrbg5czwi993nn9bajxp4dvpnlj-hugo-0.155.3" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "hugo", + "broken": false, + "derivation": "/nix/store/yj5gdpqir9rsg7mv28bsqmzhrk4qgq0j-hugo-0.155.3.drv", + "description": "Fast and modern static website engine", + "install_id": "hugo", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "hugo-0.155.3", + "pname": "hugo", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:20.059666Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.155.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/c33ks8qpg3zh9wms2pqcgi3s4f4c58jq-hugo-0.155.3" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "hugo", + "broken": false, + "derivation": "/nix/store/7hhzyixgglyrka8ghszi5bi1qvaha5d9-hugo-0.155.3.drv", + "description": "Fast and modern static website engine", + "install_id": "hugo", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "hugo-0.155.3", + "pname": "hugo", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:23.548601Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.155.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/361s37bsqladwq5qiq42c8grkzrzhf3h-hugo-0.155.3" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "hugo", + "broken": false, + "derivation": "/nix/store/48bnxarwp5d1mqg0apn6fnjya54yxx2q-hugo-0.155.3.drv", + "description": "Fast and modern static website engine", + "install_id": "hugo", + "license": "Apache-2.0", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "hugo-0.155.3", + "pname": "hugo", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:31.047706Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.155.3", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/bfv4cy2187qx89xkb2659dg283bwfyyz-hugo-0.155.3" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, { "attr_path": "kind", "broken": false, @@ -1493,6 +1557,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:18.868866Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1522,6 +1587,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:22.990899Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1551,6 +1617,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:25.061927Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1580,6 +1647,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:34.232584Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1609,6 +1677,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:18.929774Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1638,6 +1707,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:23.098842Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1667,6 +1737,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:25.121243Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1696,6 +1767,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:34.350199Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1725,6 +1797,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:19.108402Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1757,6 +1830,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:23.403387Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1789,6 +1863,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:25.293306Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1821,6 +1896,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:34.673535Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1853,6 +1929,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:46:19.158389Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1882,6 +1959,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:24:23.459983Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1911,6 +1989,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:09:25.341341Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1940,6 +2019,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:00:34.735652Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1954,6 +2034,242 @@ "group": "toplevel", "priority": 5 }, + { + "attr_path": "kwok", + "broken": false, + "derivation": "/nix/store/6vkwv2ixjxpvvkd6rkwyp4cdc22csjad-kwok-0.7.0.drv", + "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", + "install_id": "kwok", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kwok-0.7.0", + "pname": "kwok", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:19.220830Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.7.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/d2p47wknaxg2h0jd8xjlq30nxd5igzbh-kwok-0.7.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kwok", + "broken": false, + "derivation": "/nix/store/694z8v69cfsicihx7mxkkvrflsd1kyfd-kwok-0.7.0.drv", + "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", + "install_id": "kwok", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kwok-0.7.0", + "pname": "kwok", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:23.542841Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.7.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/b7v017842bcs32ywqlhvjj0kmywyqchn-kwok-0.7.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kwok", + "broken": false, + "derivation": "/nix/store/ksdipnwvk9wcmd44ysdzmjjmp6naxh10-kwok-0.7.0.drv", + "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", + "install_id": "kwok", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kwok-0.7.0", + "pname": "kwok", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:25.402940Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.7.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/55qv2la73nvxncrd5wwqgv01rwwkzhq3-kwok-0.7.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "kwok", + "broken": false, + "derivation": "/nix/store/1kvwlacjpj7vw81q7x5mavb9ds61i7k4-kwok-0.7.0.drv", + "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", + "install_id": "kwok", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "kwok-0.7.0", + "pname": "kwok", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:34.831718Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "0.7.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/jz5xywv5p6kv6dgxvzmy6mv8877aa992-kwok-0.7.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "nodejs_22", + "broken": false, + "derivation": "/nix/store/xnpn3j9g1bsqa9ra62pyzhxkqs2x6ra4-nodejs-22.22.0.drv", + "description": "Event-driven I/O framework for the V8 JavaScript engine", + "install_id": "nodejs", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "nodejs-22.22.0", + "pname": "nodejs_22", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T04:46:26.324539Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "22.22.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/3kkw1cwcwl0vvn4y2jkpfr3iarxaq284-nodejs-22.22.0" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "nodejs_22", + "broken": false, + "derivation": "/nix/store/adyrpjgjfrsxq1brcyvvln5c9r10vfc2-nodejs-22.22.0.drv", + "description": "Event-driven I/O framework for the V8 JavaScript engine", + "install_id": "nodejs", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "nodejs-22.22.0", + "pname": "nodejs_22", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T05:24:37.666254Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "22.22.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/7996sfm56iryn7p639frvhajrbrb4ych-nodejs-22.22.0" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "nodejs_22", + "broken": false, + "derivation": "/nix/store/mi9n311cpwwy3w0yffd23p8nfcimblwv-nodejs-22.22.0.drv", + "description": "Event-driven I/O framework for the V8 JavaScript engine", + "install_id": "nodejs", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "nodejs-22.22.0", + "pname": "nodejs_22", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T06:09:32.273461Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "22.22.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/ixd7h25iyw6wc4hz37bqfg19782bm7z2-nodejs-22.22.0" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "nodejs_22", + "broken": false, + "derivation": "/nix/store/9g04c3g04gizdx5862jxrb6b66cfblrn-nodejs-22.22.0.drv", + "description": "Event-driven I/O framework for the V8 JavaScript engine", + "install_id": "nodejs", + "license": "MIT", + "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "name": "nodejs-22.22.0", + "pname": "nodejs_22", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev_count": 953160, + "rev_date": "2026-02-23T12:05:20Z", + "scrape_date": "2026-02-25T07:00:51.860917Z", + "stabilities": [ + "staging", + "unstable" + ], + "unfree": false, + "version": "22.22.0", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/b87dfjnjvg932xsw4mszjg4qmvrqzlqk-nodejs-22.22.0" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, { "attr_path": "tilt", "broken": false, @@ -1969,6 +2285,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:48:07.899049Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -1998,6 +2315,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:26:46.060967Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2027,6 +2345,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:11:14.893051Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2056,6 +2375,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:03:10.969009Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2085,6 +2405,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:48:39.219077Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2115,6 +2436,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:27:26.187806Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2145,6 +2467,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:11:46.546059Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2175,6 +2498,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:03:53.518976Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2205,6 +2529,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T04:48:39.671221Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2234,6 +2559,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T05:27:26.798864Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2263,6 +2589,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T06:11:46.984880Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, @@ -2292,6 +2619,7 @@ "rev_date": "2026-02-23T12:05:20Z", "scrape_date": "2026-02-25T07:03:54.188739Z", "stabilities": [ + "staging", "unstable" ], "unfree": false, diff --git a/.flox/env/manifest.toml b/.flox/env/manifest.toml index f3794d7d4..b149af058 100644 --- a/.flox/env/manifest.toml +++ b/.flox/env/manifest.toml @@ -10,7 +10,7 @@ version = 1 ## Install Packages -------------------------------------------------- -## Mirrors tools/setup-tools — all dev tools from .settings.yaml +## Tracks tools/setup-tools — dev tools from .settings.yaml (best-effort) ## ------------------------------------------------------------------- [install] # Language @@ -19,33 +19,54 @@ go.version = "^1.26" # Build tools goreleaser.pkg-path = "goreleaser" +goreleaser.version = "^2" ko.pkg-path = "ko" +ko.version = "^0.18" crane.pkg-path = "crane" +# crane 0.21 not yet in nixpkgs; unpinned to get latest available git-cliff.pkg-path = "git-cliff" +git-cliff.version = "^2" # Linting golangci-lint.pkg-path = "golangci-lint" +golangci-lint.version = "^2" yamllint.pkg-path = "yamllint" +yamllint.version = "^1" addlicense.pkg-path = "addlicense" go-licenses.pkg-path = "go-licenses" # Security tools grype.pkg-path = "grype" +# grype 0.107 not yet in nixpkgs; unpinned to get latest available cosign.pkg-path = "cosign" +cosign.version = "^3" # Kubernetes / testing tools kubectl.pkg-path = "kubectl" +kubectl.version = "^1" kubernetes-helm.pkg-path = "kubernetes-helm" +# helm 4 not yet in nixpkgs; unpinned to get latest available (v3.x) kind.pkg-path = "kind" +kind.version = "^0.31" ctlptl.pkg-path = "ctlptl" +ctlptl.version = "^0.9" tilt.pkg-path = "tilt" +tilt.version = "^0.36" chainsaw.pkg-path = "kyverno-chainsaw" +chainsaw.version = "^0.2" +kwok.pkg-path = "kwok" +kwok.version = "^0.7" +# Note: karpenter is a server-side K8s controller (deployed via Helm into +# clusters), not a local CLI tool. It is intentionally excluded. -# Cloud CLIs -awscli2.pkg-path = "awscli2" +# Documentation tools +hugo.pkg-path = "hugo" +hugo.version = "~0.155" +nodejs.pkg-path = "nodejs_22" # Utilities yq.pkg-path = "yq-go" +yq.version = "^4" ## Environment Variables --------------------------------------------- diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 68b11b7aa..813661316 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -133,7 +133,7 @@ Benefits over `make tools-setup`: - Reproducible across machines via the lockfile (`.flox/env/manifest.lock`) - Single command to get a fully configured environment -The Flox manifest (`.flox/env/manifest.toml`) mirrors the tools defined in `tools/setup-tools`. `.settings.yaml` remains the single source of truth for versions. +The Flox manifest (`.flox/env/manifest.toml`) tracks the tools defined in `tools/setup-tools`. It is maintained on a best-effort basis and may occasionally lag behind `.settings.yaml`. `.settings.yaml` remains the authoritative source of truth for versions. #### Keeping Flox in Sync @@ -155,10 +155,9 @@ flox activate -- make tools-check All tool versions are centrally managed in `.settings.yaml`. This file is the single source of truth used by: - `make tools-setup` - Local development setup - `make tools-check` - Version verification -- `.flox/env/manifest.toml` - Flox environment packages - GitHub Actions CI - Ensures CI uses identical versions -When updating tool versions, edit `.settings.yaml` and the changes propagate everywhere automatically. +When updating tool versions, edit `.settings.yaml`. The changes propagate to `make tools-setup`, `make tools-check`, and CI automatically. The Flox manifest (`.flox/env/manifest.toml`) requires a manual update — see [Keeping Flox in Sync](#keeping-flox-in-sync). ### Finalize Setup From c752c6630ed3b36f401c2a9e6c9900abf926fce5 Mon Sep 17 00:00:00 2001 From: Jeff Nappi Date: Sat, 28 Feb 2026 11:08:29 -0800 Subject: [PATCH 3/4] fix(docs): correct Flox lock regeneration command Replace 'flox install' with 'flox activate' in the sync instructions, as activate is what re-resolves the lock from an edited manifest. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 813661316..9b850263c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -142,7 +142,7 @@ When tool versions change in `.settings.yaml`, the Flox manifest should be updat > Compare `.settings.yaml` tool versions against `.flox/env/manifest.toml` packages. > For each tool in `tools/check-tools` `get_tool_metadata()`, ensure the corresponding > Flox package is listed in `[install]` with a compatible version. Update any mismatched -> entries in `manifest.toml`, then run `flox install` to regenerate `manifest.lock`. +> entries in `manifest.toml`, then run `flox activate` to regenerate `manifest.lock`. To verify after updating: From aa5dde1d126d869759fb47b66b961b89b8b0526c Mon Sep 17 00:00:00 2001 From: Jeff Nappi Date: Thu, 19 Mar 2026 17:47:15 -0700 Subject: [PATCH 4/4] chore(flox): sync manifest with .settings.yaml Add syft package and unpin tilt (0.37 not yet in nixpkgs). --- .flox/env/manifest.lock | 1058 ++++++++++++++++++++------------------- .flox/env/manifest.toml | 17 +- 2 files changed, 555 insertions(+), 520 deletions(-) diff --git a/.flox/env/manifest.lock b/.flox/env/manifest.lock index d7f43124b..2b0960666 100644 --- a/.flox/env/manifest.lock +++ b/.flox/env/manifest.lock @@ -1,7 +1,7 @@ { "lockfile-version": 1, "manifest": { - "version": 1, + "schema-version": "1.10.0", "install": { "addlicense": { "pkg-path": "addlicense" @@ -15,7 +15,8 @@ "version": "^3" }, "crane": { - "pkg-path": "crane" + "pkg-path": "crane", + "outputs": "all" }, "ctlptl": { "pkg-path": "ctlptl", @@ -57,7 +58,8 @@ }, "kubectl": { "pkg-path": "kubectl", - "version": "^1" + "version": "^1", + "outputs": "all" }, "kubernetes-helm": { "pkg-path": "kubernetes-helm" @@ -69,13 +71,17 @@ "nodejs": { "pkg-path": "nodejs_22" }, + "syft": { + "pkg-path": "syft", + "version": "^1" + }, "tilt": { - "pkg-path": "tilt", - "version": "^0.36" + "pkg-path": "tilt" }, "yamllint": { "pkg-path": "yamllint", - "version": "^1" + "version": "^1", + "outputs": "all" }, "yq": { "pkg-path": "yq-go", @@ -101,15 +107,14 @@ "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", "install_id": "addlicense", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "addlicense-1.2.0", "pname": "addlicense", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:01.395347Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:11.873663Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -131,15 +136,14 @@ "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", "install_id": "addlicense", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "addlicense-1.2.0", "pname": "addlicense", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:00.751674Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:54.285724Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -161,15 +165,14 @@ "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", "install_id": "addlicense", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "addlicense-1.2.0", "pname": "addlicense", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:08.022756Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:09.798290Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -191,15 +194,14 @@ "description": "Ensures source code files have copyright license headers by scanning directory patterns recursively", "install_id": "addlicense", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "addlicense-1.2.0", "pname": "addlicense", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:09.332807Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:55.436918Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -221,15 +223,14 @@ "description": "Declarative approach to test Kubernetes operators and controllers", "install_id": "chainsaw", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kyverno-chainsaw-0.2.14", "pname": "kyverno-chainsaw", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:19.226743Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:28.766092Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -251,15 +252,14 @@ "description": "Declarative approach to test Kubernetes operators and controllers", "install_id": "chainsaw", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kyverno-chainsaw-0.2.14", "pname": "kyverno-chainsaw", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:23.553360Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:16.856488Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -281,15 +281,14 @@ "description": "Declarative approach to test Kubernetes operators and controllers", "install_id": "chainsaw", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kyverno-chainsaw-0.2.14", "pname": "kyverno-chainsaw", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:25.408574Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:26.944510Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -311,15 +310,14 @@ "description": "Declarative approach to test Kubernetes operators and controllers", "install_id": "chainsaw", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kyverno-chainsaw-0.2.14", "pname": "kyverno-chainsaw", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:34.844163Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:18.995665Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -341,15 +339,14 @@ "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", "install_id": "cosign", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "cosign-3.0.5", "pname": "cosign", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:01.989152Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:12.562326Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -371,15 +368,14 @@ "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", "install_id": "cosign", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "cosign-3.0.5", "pname": "cosign", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:01.517096Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:54.972374Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -401,15 +397,14 @@ "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", "install_id": "cosign", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "cosign-3.0.5", "pname": "cosign", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:08.567488Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:10.344675Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -431,15 +426,14 @@ "description": "Container Signing CLI with support for ephemeral keys and Sigstore signing", "install_id": "cosign", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "cosign-3.0.5", "pname": "cosign", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:10.136936Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:56.234360Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -461,15 +455,14 @@ "description": "Tools for interacting with remote images and registries including crane and gcrane", "install_id": "crane", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-containerregistry-0.20.7", "pname": "crane", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:02.001043Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:12.573992Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -493,15 +486,14 @@ "description": "Tools for interacting with remote images and registries including crane and gcrane", "install_id": "crane", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-containerregistry-0.20.7", "pname": "crane", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:01.543213Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:54.998075Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -525,15 +517,14 @@ "description": "Tools for interacting with remote images and registries including crane and gcrane", "install_id": "crane", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-containerregistry-0.20.7", "pname": "crane", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:08.579981Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:10.356267Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -557,15 +548,14 @@ "description": "Tools for interacting with remote images and registries including crane and gcrane", "install_id": "crane", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-containerregistry-0.20.7", "pname": "crane", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:10.167869Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:56.263432Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -589,15 +579,14 @@ "description": "CLI for declaratively setting up local Kubernetes clusters", "install_id": "ctlptl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ctlptl-0.9.0", "pname": "ctlptl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:02.023343Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:12.596665Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -619,15 +608,14 @@ "description": "CLI for declaratively setting up local Kubernetes clusters", "install_id": "ctlptl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ctlptl-0.9.0", "pname": "ctlptl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:01.575655Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:55.108998Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -649,15 +637,14 @@ "description": "CLI for declaratively setting up local Kubernetes clusters", "install_id": "ctlptl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ctlptl-0.9.0", "pname": "ctlptl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:08.602788Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:10.378328Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -679,15 +666,14 @@ "description": "CLI for declaratively setting up local Kubernetes clusters", "install_id": "ctlptl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ctlptl-0.9.0", "pname": "ctlptl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:10.210485Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:56.298322Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -709,15 +695,14 @@ "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", "install_id": "git-cliff", "license": "GPL-3.0-only", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "git-cliff-2.12.0", "pname": "git-cliff", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:02.826220Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:13.290583Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -739,15 +724,14 @@ "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", "install_id": "git-cliff", "license": "GPL-3.0-only", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "git-cliff-2.12.0", "pname": "git-cliff", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:02.692001Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:56.186425Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -769,15 +753,14 @@ "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", "install_id": "git-cliff", "license": "GPL-3.0-only", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "git-cliff-2.12.0", "pname": "git-cliff", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:09.366687Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:11.091961Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -799,15 +782,14 @@ "description": "Highly customizable Changelog Generator that follows Conventional Commit specifications", "install_id": "git-cliff", "license": "GPL-3.0-only", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "git-cliff-2.12.0", "pname": "git-cliff", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:11.547112Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:57.483915Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -829,15 +811,14 @@ "description": "Go Programming language", "install_id": "go", "license": "BSD-3-Clause", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-1.26.0", "pname": "go_1_26", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:02.962844Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:13.425548Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -859,15 +840,14 @@ "description": "Go Programming language", "install_id": "go", "license": "BSD-3-Clause", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-1.26.0", "pname": "go_1_26", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:03.311787Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:56.800511Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -889,15 +869,14 @@ "description": "Go Programming language", "install_id": "go", "license": "BSD-3-Clause", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-1.26.0", "pname": "go_1_26", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:09.537397Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:11.262866Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -919,15 +898,14 @@ "description": "Go Programming language", "install_id": "go", "license": "BSD-3-Clause", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-1.26.0", "pname": "go_1_26", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:12.261600Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:58.152792Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -949,15 +927,14 @@ "description": "Reports on the licenses used by a Go package and its dependencies", "install_id": "go-licenses", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-licenses-1.6.0", "pname": "go-licenses", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:02.952361Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:13.415197Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -979,15 +956,14 @@ "description": "Reports on the licenses used by a Go package and its dependencies", "install_id": "go-licenses", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-licenses-1.6.0", "pname": "go-licenses", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:03.297099Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:56.786028Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1009,15 +985,14 @@ "description": "Reports on the licenses used by a Go package and its dependencies", "install_id": "go-licenses", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-licenses-1.6.0", "pname": "go-licenses", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:09.526743Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:11.252297Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1039,15 +1014,14 @@ "description": "Reports on the licenses used by a Go package and its dependencies", "install_id": "go-licenses", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "go-licenses-1.6.0", "pname": "go-licenses", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:12.242507Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:58.137277Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1069,15 +1043,14 @@ "description": "Fast linters Runner for Go", "install_id": "golangci-lint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "golangci-lint-2.10.1", "pname": "golangci-lint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:02.998104Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:13.460825Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1099,15 +1072,14 @@ "description": "Fast linters Runner for Go", "install_id": "golangci-lint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "golangci-lint-2.10.1", "pname": "golangci-lint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:03.369986Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:56.858102Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1129,15 +1101,14 @@ "description": "Fast linters Runner for Go", "install_id": "golangci-lint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "golangci-lint-2.10.1", "pname": "golangci-lint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:09.574396Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:11.299877Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1159,15 +1130,14 @@ "description": "Fast linters Runner for Go", "install_id": "golangci-lint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "golangci-lint-2.10.1", "pname": "golangci-lint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:12.332341Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:58.213927Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1189,15 +1159,14 @@ "description": "Deliver Go binaries as fast and easily as possible", "install_id": "goreleaser", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "goreleaser-2.13.3", "pname": "goreleaser", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:03.024338Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:13.484981Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1219,15 +1188,14 @@ "description": "Deliver Go binaries as fast and easily as possible", "install_id": "goreleaser", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "goreleaser-2.13.3", "pname": "goreleaser", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:03.409166Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:56.896735Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1249,15 +1217,14 @@ "description": "Deliver Go binaries as fast and easily as possible", "install_id": "goreleaser", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "goreleaser-2.13.3", "pname": "goreleaser", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:09.600135Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:11.325277Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1279,15 +1246,14 @@ "description": "Deliver Go binaries as fast and easily as possible", "install_id": "goreleaser", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "goreleaser-2.13.3", "pname": "goreleaser", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:12.382468Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:58.256824Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1309,15 +1275,14 @@ "description": "Vulnerability scanner for container images and filesystems", "install_id": "grype", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "grype-0.108.0", "pname": "grype", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:03.118281Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:13.577146Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1339,15 +1304,14 @@ "description": "Vulnerability scanner for container images and filesystems", "install_id": "grype", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "grype-0.108.0", "pname": "grype", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:03.562200Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:10:57.049938Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1369,15 +1333,14 @@ "description": "Vulnerability scanner for container images and filesystems", "install_id": "grype", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "grype-0.108.0", "pname": "grype", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:09.698060Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:11.420814Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1399,15 +1362,14 @@ "description": "Vulnerability scanner for container images and filesystems", "install_id": "grype", "license": "[ Apache-2.0 ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "grype-0.108.0", "pname": "grype", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:12.574073Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:16:58.423458Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1429,15 +1391,14 @@ "description": "Fast and modern static website engine", "install_id": "hugo", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "hugo-0.155.3", "pname": "hugo", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:17.377150Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:26.953344Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1459,15 +1420,14 @@ "description": "Fast and modern static website engine", "install_id": "hugo", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "hugo-0.155.3", "pname": "hugo", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:20.059666Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:13.446519Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1489,15 +1449,14 @@ "description": "Fast and modern static website engine", "install_id": "hugo", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "hugo-0.155.3", "pname": "hugo", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:23.548601Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:25.117030Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1519,15 +1478,14 @@ "description": "Fast and modern static website engine", "install_id": "hugo", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "hugo-0.155.3", "pname": "hugo", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:31.047706Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:15.412830Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1549,15 +1507,14 @@ "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", "install_id": "kind", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kind-0.31.0", "pname": "kind", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:18.868866Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:28.422797Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1579,15 +1536,14 @@ "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", "install_id": "kind", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kind-0.31.0", "pname": "kind", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:22.990899Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:16.302344Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1609,15 +1565,14 @@ "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", "install_id": "kind", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kind-0.31.0", "pname": "kind", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:25.061927Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:26.603411Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1639,15 +1594,14 @@ "description": "Kubernetes IN Docker - local clusters for testing Kubernetes", "install_id": "kind", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kind-0.31.0", "pname": "kind", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:34.232584Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:18.415817Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1669,15 +1623,14 @@ "description": "Build and deploy Go applications", "install_id": "ko", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ko-0.18.1", "pname": "ko", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:18.929774Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:28.480899Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1699,15 +1652,14 @@ "description": "Build and deploy Go applications", "install_id": "ko", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ko-0.18.1", "pname": "ko", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:23.098842Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:16.408007Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1729,15 +1681,14 @@ "description": "Build and deploy Go applications", "install_id": "ko", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ko-0.18.1", "pname": "ko", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:25.121243Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:26.661932Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1759,15 +1710,14 @@ "description": "Build and deploy Go applications", "install_id": "ko", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "ko-0.18.1", "pname": "ko", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:34.350199Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:18.531162Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1789,15 +1739,14 @@ "description": "Kubernetes CLI", "install_id": "kubectl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubectl-1.35.0", "pname": "kubectl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:19.108402Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:28.651675Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1822,15 +1771,14 @@ "description": "Kubernetes CLI", "install_id": "kubectl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubectl-1.35.0", "pname": "kubectl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:23.403387Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:16.705401Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1855,15 +1803,14 @@ "description": "Kubernetes CLI", "install_id": "kubectl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubectl-1.35.0", "pname": "kubectl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:25.293306Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:26.830594Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1888,15 +1835,14 @@ "description": "Kubernetes CLI", "install_id": "kubectl", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubectl-1.35.0", "pname": "kubectl", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:34.673535Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:18.844495Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1921,15 +1867,14 @@ "description": "Package manager for kubernetes", "install_id": "kubernetes-helm", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubernetes-helm-3.19.1", "pname": "kubernetes-helm", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:19.158389Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:28.699470Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1951,15 +1896,14 @@ "description": "Package manager for kubernetes", "install_id": "kubernetes-helm", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubernetes-helm-3.19.1", "pname": "kubernetes-helm", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:23.459983Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:16.764757Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -1981,15 +1925,14 @@ "description": "Package manager for kubernetes", "install_id": "kubernetes-helm", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubernetes-helm-3.19.1", "pname": "kubernetes-helm", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:25.341341Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:26.877806Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2011,15 +1954,14 @@ "description": "Package manager for kubernetes", "install_id": "kubernetes-helm", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kubernetes-helm-3.19.1", "pname": "kubernetes-helm", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:34.735652Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:18.901718Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2040,15 +1982,14 @@ "derivation": "/nix/store/6vkwv2ixjxpvvkd6rkwyp4cdc22csjad-kwok-0.7.0.drv", "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", "install_id": "kwok", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kwok-0.7.0", "pname": "kwok", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:19.220830Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:28.760507Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2069,15 +2010,14 @@ "derivation": "/nix/store/694z8v69cfsicihx7mxkkvrflsd1kyfd-kwok-0.7.0.drv", "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", "install_id": "kwok", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kwok-0.7.0", "pname": "kwok", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:23.542841Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:16.846034Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2098,15 +2038,14 @@ "derivation": "/nix/store/ksdipnwvk9wcmd44ysdzmjjmp6naxh10-kwok-0.7.0.drv", "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", "install_id": "kwok", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kwok-0.7.0", "pname": "kwok", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:25.402940Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:26.938832Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2127,15 +2066,14 @@ "derivation": "/nix/store/1kvwlacjpj7vw81q7x5mavb9ds61i7k4-kwok-0.7.0.drv", "description": "Simulate massive Kubernetes clusters with low resource usage locally without kubelet", "install_id": "kwok", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "kwok-0.7.0", "pname": "kwok", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:34.831718Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:18.984935Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2157,15 +2095,14 @@ "description": "Event-driven I/O framework for the V8 JavaScript engine", "install_id": "nodejs", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "nodejs-22.22.0", "pname": "nodejs_22", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:46:26.324539Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:40:35.545254Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2187,15 +2124,14 @@ "description": "Event-driven I/O framework for the V8 JavaScript engine", "install_id": "nodejs", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "nodejs-22.22.0", "pname": "nodejs_22", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:24:37.666254Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:11:30.982314Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2217,15 +2153,14 @@ "description": "Event-driven I/O framework for the V8 JavaScript engine", "install_id": "nodejs", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "nodejs-22.22.0", "pname": "nodejs_22", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:09:32.273461Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:40:33.888270Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2247,15 +2182,14 @@ "description": "Event-driven I/O framework for the V8 JavaScript engine", "install_id": "nodejs", "license": "MIT", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "nodejs-22.22.0", "pname": "nodejs_22", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:00:51.860917Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:17:35.228223Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2270,6 +2204,122 @@ "group": "toplevel", "priority": 5 }, + { + "attr_path": "syft", + "broken": false, + "derivation": "/nix/store/xxyd1dfk0zc9j2l1ljg948cnrvvqb1lh-syft-1.42.1.drv", + "description": "CLI tool and library for generating a Software Bill of Materials from container images and filesystems", + "install_id": "syft", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "name": "syft-1.42.1", + "pname": "syft", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:41:55.844521Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.42.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/2ybrvgcmpivcimc8486rhqfqbb8lmji8-syft-1.42.1" + }, + "system": "aarch64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "syft", + "broken": false, + "derivation": "/nix/store/9d5dl1nwzhziqr3md9sqh8k0y4rswqfb-syft-1.42.1.drv", + "description": "CLI tool and library for generating a Software Bill of Materials from container images and filesystems", + "install_id": "syft", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "name": "syft-1.42.1", + "pname": "syft", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:13:11.839393Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.42.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/jp9jyshrspd1lfw81ly4hh3s9gwhvc86-syft-1.42.1" + }, + "system": "aarch64-linux", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "syft", + "broken": false, + "derivation": "/nix/store/r94m1q3xqwzafiddm4sh8knby9qp654s-syft-1.42.1.drv", + "description": "CLI tool and library for generating a Software Bill of Materials from container images and filesystems", + "install_id": "syft", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "name": "syft-1.42.1", + "pname": "syft", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:41:53.841336Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.42.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/skvs78vf87p2bzwj0m51n33gdvq1xidk-syft-1.42.1" + }, + "system": "x86_64-darwin", + "group": "toplevel", + "priority": 5 + }, + { + "attr_path": "syft", + "broken": false, + "derivation": "/nix/store/ag0qndxnr24wifq1957fj704nlpcwcfl-syft-1.42.1.drv", + "description": "CLI tool and library for generating a Software Bill of Materials from container images and filesystems", + "install_id": "syft", + "license": "[ Apache-2.0 ]", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "name": "syft-1.42.1", + "pname": "syft", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:19:20.683802Z", + "stabilities": [ + "unstable" + ], + "unfree": false, + "version": "1.42.1", + "outputs_to_install": [ + "out" + ], + "outputs": { + "out": "/nix/store/77yyc62875yz29fgv1h38sfpayf6q4m3-syft-1.42.1" + }, + "system": "x86_64-linux", + "group": "toplevel", + "priority": 5 + }, { "attr_path": "tilt", "broken": false, @@ -2277,15 +2327,14 @@ "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", "install_id": "tilt", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "tilt-0.36.3", "pname": "tilt", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:48:07.899049Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:42:14.792375Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2307,15 +2356,14 @@ "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", "install_id": "tilt", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "tilt-0.36.3", "pname": "tilt", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:26:46.060967Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:13:38.319258Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2337,15 +2385,14 @@ "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", "install_id": "tilt", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "tilt-0.36.3", "pname": "tilt", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:11:14.893051Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:42:12.678404Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2367,15 +2414,14 @@ "description": "Local development tool to manage your developer instance when your team deploys to Kubernetes in production", "install_id": "tilt", "license": "Apache-2.0", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "tilt-0.36.3", "pname": "tilt", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:03:10.969009Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:19:47.975868Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2397,15 +2443,14 @@ "description": "Linter for YAML files", "install_id": "yamllint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "python3.13-yamllint-1.37.1", "pname": "yamllint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:48:39.219077Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:42:45.891742Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2428,15 +2473,14 @@ "description": "Linter for YAML files", "install_id": "yamllint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "python3.13-yamllint-1.37.1", "pname": "yamllint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:27:26.187806Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:14:17.740288Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2459,15 +2503,14 @@ "description": "Linter for YAML files", "install_id": "yamllint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "python3.13-yamllint-1.37.1", "pname": "yamllint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:11:46.546059Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:42:43.641951Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2490,15 +2533,14 @@ "description": "Linter for YAML files", "install_id": "yamllint", "license": "GPL-3.0-or-later", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "python3.13-yamllint-1.37.1", "pname": "yamllint", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:03:53.518976Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:20:29.348276Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2521,15 +2563,14 @@ "description": "Portable command-line YAML processor", "install_id": "yq", "license": "[ MIT ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "yq-go-4.52.4", "pname": "yq-go", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T04:48:39.671221Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T04:42:46.335210Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2551,15 +2592,14 @@ "description": "Portable command-line YAML processor", "install_id": "yq", "license": "[ MIT ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "yq-go-4.52.4", "pname": "yq-go", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T05:27:26.798864Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:14:18.344186Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2581,15 +2621,14 @@ "description": "Portable command-line YAML processor", "install_id": "yq", "license": "[ MIT ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "yq-go-4.52.4", "pname": "yq-go", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T06:11:46.984880Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T05:42:44.079111Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, @@ -2611,15 +2650,14 @@ "description": "Portable command-line YAML processor", "install_id": "yq", "license": "[ MIT ]", - "locked_url": "https://github.com/flox/nixpkgs?rev=2fc6539b481e1d2569f25f8799236694180c0993", + "locked_url": "https://github.com/flox/nixpkgs?rev=dd9b079222d43e1943b6ebd802f04fd959dc8e61", "name": "yq-go-4.52.4", "pname": "yq-go", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "rev_count": 953160, - "rev_date": "2026-02-23T12:05:20Z", - "scrape_date": "2026-02-25T07:03:54.188739Z", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "rev_count": 955442, + "rev_date": "2026-02-27T13:13:23Z", + "scrape_date": "2026-03-01T06:20:29.996658Z", "stabilities": [ - "staging", "unstable" ], "unfree": false, diff --git a/.flox/env/manifest.toml b/.flox/env/manifest.toml index b149af058..9181e7720 100644 --- a/.flox/env/manifest.toml +++ b/.flox/env/manifest.toml @@ -1,12 +1,4 @@ -## Flox Environment Manifest ----------------------------------------- -## -## _Everything_ you need to know about the _manifest_ is here: -## -## https://flox.dev/docs/reference/command-reference/manifest.toml/ -## -## ------------------------------------------------------------------- -# Flox manifest version managed by Flox CLI -version = 1 +schema-version = "1.10.0" ## Install Packages -------------------------------------------------- @@ -23,6 +15,7 @@ goreleaser.version = "^2" ko.pkg-path = "ko" ko.version = "^0.18" crane.pkg-path = "crane" +crane.outputs = "all" # crane 0.21 not yet in nixpkgs; unpinned to get latest available git-cliff.pkg-path = "git-cliff" git-cliff.version = "^2" @@ -32,6 +25,7 @@ golangci-lint.pkg-path = "golangci-lint" golangci-lint.version = "^2" yamllint.pkg-path = "yamllint" yamllint.version = "^1" +yamllint.outputs = "all" addlicense.pkg-path = "addlicense" go-licenses.pkg-path = "go-licenses" @@ -40,10 +34,13 @@ grype.pkg-path = "grype" # grype 0.107 not yet in nixpkgs; unpinned to get latest available cosign.pkg-path = "cosign" cosign.version = "^3" +syft.pkg-path = "syft" +syft.version = "^1" # Kubernetes / testing tools kubectl.pkg-path = "kubectl" kubectl.version = "^1" +kubectl.outputs = "all" kubernetes-helm.pkg-path = "kubernetes-helm" # helm 4 not yet in nixpkgs; unpinned to get latest available (v3.x) kind.pkg-path = "kind" @@ -51,7 +48,7 @@ kind.version = "^0.31" ctlptl.pkg-path = "ctlptl" ctlptl.version = "^0.9" tilt.pkg-path = "tilt" -tilt.version = "^0.36" +# tilt 0.37 not yet in nixpkgs; unpinned to get latest available (v0.36.x) chainsaw.pkg-path = "kyverno-chainsaw" chainsaw.version = "^0.2" kwok.pkg-path = "kwok"