Create nix.yml
This commit is contained in:
parent
80cd181f0a
commit
63650e4950
|
@ -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
|
Loading…
Reference in New Issue