set nix_path in ci

This commit is contained in:
figsoda 2022-12-07 16:26:21 -05:00
parent e0bb1b0ea8
commit 74489c5108

View File

@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: build
run: nix build
- name: Run tests