summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-inputs.yaml6
-rw-r--r--.github/workflows/update-nixpkgs.yaml5
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: