Create nix.yml

This commit is contained in:
Cadey Ratio 2020-11-07 12:35:19 -05:00 committed by GitHub
parent 80cd181f0a
commit 63650e4950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/nix.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: "Nix"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v7
with:
name: xe