aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nix.yml
blob: cbfb540f51b1dbc2605c5390ee32b95f31f96317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "Nix"
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main
jobs:
  docker-build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: cachix/install-nix-action@v12
      - uses: cachix/cachix-action@v7
        with:
          name: xe
      - run: nix-build --no-out-link