diff options
| author | seth <[email protected]> | 2023-05-22 02:35:15 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 11:05:28 -0400 |
| commit | 630934a2631d9429b4e46c1b6ec0f6640f332384 (patch) | |
| tree | d8bd14cafb0ac382625bc5dca79b84d497e9bab7 /.github/workflows/update.yml | |
| parent | 2cb6cfab9553184c1e6a10303cb832fe96080d00 (diff) | |
!hercules-ci -> hydra
Diffstat (limited to '.github/workflows/update.yml')
| -rw-r--r-- | .github/workflows/update.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml deleted file mode 100644 index 6125d2f..0000000 --- a/.github/workflows/update.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: update nixpkgs inputs - -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - -jobs: - update-lock: - runs-on: ubuntu-latest - - steps: - - 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 inputs - run: nix flake lock --update-input nixpkgs --update-input nixpkgsUnstable --update-input openwrt-imagebuilder - - - name: add and commit - uses: EndBug/add-and-commit@v9 - with: - default_author: github_actions - message: "chore: update nixpkgs inputs" - check: - uses: ./.github/workflows/check.yml |
