mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Run CI with git available
This commit is contained in:
parent
737ed5a372
commit
235a9cec79
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ test-19.09:
|
||||||
NIX_PATH: nixpkgs=channel:nixos-19.09
|
NIX_PATH: nixpkgs=channel:nixos-19.09
|
||||||
script:
|
script:
|
||||||
# FIXME: the other tests are broken at the moment
|
# FIXME: the other tests are broken at the moment
|
||||||
- nix-build --no-out-link --show-trace tests -A trivial
|
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests -A trivial"
|
||||||
|
|
||||||
test-unstable:
|
test-unstable:
|
||||||
variables:
|
variables:
|
||||||
NIX_PATH: nixpkgs=channel:nixos-unstable
|
NIX_PATH: nixpkgs=channel:nixos-unstable
|
||||||
script:
|
script:
|
||||||
- nix-build --no-out-link --show-trace tests
|
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
|
||||||
|
|
||||||
nixpkgs-fmt:
|
nixpkgs-fmt:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue