summaryrefslogtreecommitdiff
path: root/.github/workflows/update-nixpkgs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-nixpkgs.yaml')
-rw-r--r--.github/workflows/update-nixpkgs.yaml16
1 files changed, 3 insertions, 13 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml
index e78d41b..ccb04d3 100644
--- a/.github/workflows/update-nixpkgs.yaml
+++ b/.github/workflows/update-nixpkgs.yaml
@@ -16,20 +16,10 @@ jobs:
- name: checkout repo
uses: actions/checkout@v3
- - name: install nix
- uses: cachix/install-nix-action@v20
- with:
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
-
- name: update nixpkgs inputs
- uses: DeterminateSystems/update-flake-lock@v19
+ uses: ./.github/actions/flake-update
with:
inputs: nixpkgs nixpkgs-stable
commit-msg: "flake: update nixpkgs inputs"
- pr-title: "flake: update nixpkgs inputs"
- pr-body: |
- Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.
-
- bors r+
- nix-options: "--accept-flake-config"
- token: ${{ secrets.FLAKE_UPDATE }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ update-token: ${{ secrets.FLAKE_UPDATE }}