From 4e1bfdbc0fb4efdaca9ec2433fcc83cdb471d28c Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 17 Feb 2026 12:24:38 -0300 Subject: [PATCH 1/2] Update flake.lock --- flake.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 5d072b1..deb9ad3 100644 --- a/flake.lock +++ b/flake.lock @@ -36,12 +36,12 @@ }, "nixpkgs": { "locked": { - "lastModified": 1770562336, - "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=", - "rev": "d6c71932130818840fc8fe9509cf50be8c64634f", - "revCount": 942779, + "lastModified": 1771008912, + "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", + "rev": "a82ccc39b39b621151d6732718e3e250109076fa", + "revCount": 945868, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.942779%2Brev-d6c71932130818840fc8fe9509cf50be8c64634f/019c3fb4-003d-710c-9b72-1d2bb1b28de3/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.945868%2Brev-a82ccc39b39b621151d6732718e3e250109076fa/019c5b2e-592f-7d17-b9ce-868f25acfeca/source.tar.gz" }, "original": { "type": "tarball", From 9585e6b751d5ad75f45cda50259bfbe881bc253f Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 17 Feb 2026 12:26:41 -0300 Subject: [PATCH 2/2] Remove extra-conf directives --- .github/workflows/ci.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd5aaf9..6917fd0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,9 +28,6 @@ jobs: fail-mode: true - if: success() || failure() uses: DeterminateSystems/determinate-nix-action@main - with: - extra-conf: | - extra-experimental-features = provenance - if: success() || failure() uses: DeterminateSystems/flakehub-cache-action@main @@ -101,9 +98,6 @@ jobs: - uses: actions/checkout@v6 - uses: DeterminateSystems/determinate-nix-action@main if: ${{ github.event_name == 'merge_group' }} - with: - extra-conf: | - extra-experimental-features = provenance - uses: DeterminateSystems/flakehub-cache-action@main if: ${{ github.event_name == 'merge_group' }} @@ -133,9 +127,6 @@ jobs: - uses: actions/checkout@v6 - uses: DeterminateSystems/determinate-nix-action@main - with: - extra-conf: | - extra-experimental-features = provenance - uses: DeterminateSystems/flakehub-cache-action@main - run: |