mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
ci: update env and dependencies for build step
This commit is contained in:
parent
35ef89a312
commit
9cf8d90ff3
5
.github/workflows/automate-update.yml
vendored
5
.github/workflows/automate-update.yml
vendored
@ -11,14 +11,15 @@ env:
|
||||
# GitHub bot
|
||||
GIT_AUTHOR_NAME: "github-actions[bot]"
|
||||
GIT_AUTHOR_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
||||
GIT_COMMITTER_NAME: "github-actions[bot]"
|
||||
GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
# TODO: This is a terrible idea, pls switch to stable channel at some point.
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
keep-going = true
|
||||
|
Loading…
Reference in New Issue
Block a user