Compare commits

...

1 Commits

Author SHA1 Message Date
Antoine Martin c8ca07068c ci: setup cachix build 2021-04-08 04:13:58 +02:00
1 changed files with 24 additions and 0 deletions

24
.github/workflows/cachix.yaml vendored Normal file
View File

@ -0,0 +1,24 @@
name: "Build everything and push to cachix"
on:
workflow_dispatch:
schedule:
- cron: '0 */4 * * *'
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/lb41az54kzk6j12p81br4bczary7m145/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v8
with:
name: alarsyo
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
nix build --verbose