set nixpkgs to unstable
This commit is contained in:
parent
1a2c40134f
commit
e64aafa1ff
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v12
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- name: Show nixpkgs version
|
- name: Show nixpkgs version
|
||||||
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
||||||
- run: ./tests/run.py
|
- run: ./tests/run.py
|
||||||
|
|
Loading…
Reference in a new issue