set nixpkgs to unstable

This commit is contained in:
Jörg Thalheim 2020-11-26 08:34:03 +01:00
parent 1a2c40134f
commit e64aafa1ff
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- run: ./tests/run.py