565a00254b
Yants does not seem to work with older versions of Nix and I have not yet figured out why.
4 lines
88 B
YAML
4 lines
88 B
YAML
language: nix
|
|
nix: 2.2.2
|
|
script:
|
|
- nix eval --raw '(import ./tests.nix)' --show-trace
|