poetry2nix/.gitlab-ci.yml
2019-12-28 00:32:07 +00:00

16 lines
416 B
YAML

test-19.09:
variables:
NIX_PATH: nixpkgs=channel:nixos-19.09
script:
# FIXME: the other tests are broken at the moment
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests -A trivial"
test-unstable:
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
script:
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
nixpkgs-fmt:
script:
- ./check-fmt