poetry2nix/.gitlab-ci.yml

17 lines
366 B
YAML
Raw Normal View History

test-19.09:
variables:
NIX_PATH: nixpkgs=channel:nixos-19.09
script:
# FIXME: the other tests are broken at the moment
- nix-build --no-out-link --show-trace tests -A trivial
test-unstable:
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
2019-11-29 10:54:08 +00:00
script:
- nix-build --no-out-link --show-trace tests
2019-12-12 17:26:18 +01:00
nixpkgs-fmt:
script:
- ./check-fmt