poetry2nix/.gitlab-ci.yml

16 lines
351 B
YAML
Raw Normal View History

test-19.09:
variables:
NIX_PATH: nixpkgs=channel:nixos-19.09
script:
2020-01-01 18:11:14 +00:00
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
test-unstable:
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
2019-11-29 10:54:08 +00:00
script:
2019-12-28 00:32:07 +00:00
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
2019-12-12 17:26:18 +01:00
nixpkgs-fmt:
script:
- ./check-fmt