fix: Bump Nix in CI setup to 2.2.2
Yants does not seem to work with older versions of Nix and I have not yet figured out why.
This commit is contained in:
parent
f3c66e172c
commit
565a00254b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
language: nix
|
||||
nix: 2.2.2
|
||||
script:
|
||||
- nix eval --raw '(import ./tests.nix)' --show-trace
|
||||
|
|
Loading…
Reference in a new issue