diff options
| author | seth <[email protected]> | 2023-05-23 12:15:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 12:15:17 -0400 |
| commit | c09d5ff15528005223ae77522a9c3d443b93d7e2 (patch) | |
| tree | 603da53413a87b5aeaee489d9786ec2078889bf4 /.github | |
| parent | e57071856a76fe809e885a510c7bb3e248bb362e (diff) | |
actions: don't use cachix when only updating inputs
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 6 | ||||
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index e68295b..62308fb 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -21,15 +21,9 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - - name: setup cachix - uses: cachix/cachix-action@v12 - with: - name: getchoo - - name: update all inputs uses: DeterminateSystems/update-flake-lock@v19 with: - inputs: nixpkgs nixpkgsUnstable commit-msg: "chore: update all inputs" pr-title: "chore: update all inputs" pr-body: | diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index 66f1a35..67593b6 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -21,11 +21,6 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - - name: setup cachix - uses: cachix/cachix-action@v12 - with: - name: getchoo - - name: update nixpkgs inputs uses: DeterminateSystems/update-flake-lock@v19 with: |
