diff options
| author | seth <[email protected]> | 2024-07-05 00:13:07 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-05 00:13:07 -0400 |
| commit | a3b8f107166de0cd0450df736938e40dfc3d6d20 (patch) | |
| tree | 0d6cf80c4d1b66ee30985a853f8243982f14b395 | |
| parent | 504fb8a46697ca8c36db62ecdf99d3cecdc1c1f9 (diff) | |
ci: don't use lix in update-lock workflows
it doesn't seem to like what DeterminateSystems/update-flake-lock gives
it atm
| -rw-r--r-- | .github/workflows/update-lock.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 361a0df..d599edd 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -31,7 +31,6 @@ jobs: uses: DeterminateSystems/nix-installer-action@v12 with: diagnostic-endpoint: "" - source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux - name: Update lockfile & make PR uses: DeterminateSystems/update-flake-lock@v23 |
