set nixpkgs to unstable

This commit is contained in:
Jörg Thalheim
2020-11-26 08:34:03 +01:00
parent 1a2c40134f
commit e64aafa1ff

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