aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nix.yml
blob: 4c2312d554e6dd29967ee507c355f58d4011ec75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Nix ✅/ 🚫"

on: [ push, pull_request ]

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛒
        uses: actions/checkout@v2
      - name: Toolchain 🧰
        uses: cachix/[email protected]
        with:
          nix_path: nixpkgs=channel:nixos-20.09
      - run: nix-build