diff options
| author | seth <[email protected]> | 2024-06-30 11:23:14 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-30 11:23:48 -0400 |
| commit | 2d0f99080b0d219cc038adf5e64e6004a4a83b18 (patch) | |
| tree | 868099448244682d5271187375b8e39e7cea7cb1 /.github/workflows/update-lock.yaml | |
| parent | 5c3fa2a0412528cd53dbbc466468bda1be907343 (diff) | |
ci: use lix
Diffstat (limited to '.github/workflows/update-lock.yaml')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 6037a01..22bdd78 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -29,6 +29,9 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v12 + with: + diagnostic-endpoint: "" + source-url: "https://install.lix.systems/lix" - name: Update lockfile & make PR uses: DeterminateSystems/update-flake-lock@v22 |
