mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
15 lines
351 B
YAML
15 lines
351 B
YAML
test-19.09:
|
|
variables:
|
|
NIX_PATH: nixpkgs=channel:nixos-19.09
|
|
script:
|
|
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
|
|
|
|
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
|