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 | |
| parent | 5c3fa2a0412528cd53dbbc466468bda1be907343 (diff) | |
ci: use lix
| -rw-r--r-- | .github/workflows/ci.yaml | 5 | ||||
| -rw-r--r-- | .github/workflows/update-lock.yaml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 63a8080..08f015b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,10 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v27 + uses: DeterminateSystems/nix-installer-action@v12 + with: + diagnostic-endpoint: "" + source-url: "https://install.lix.systems/lix" - name: Setup Cachix uses: cachix/cachix-action@v15 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 |
