ci: fix git missing

keep-around/af65447ae84098338e296588d735df65042bb4ab
hexchen 2020-11-29 03:21:42 +00:00
parent 16efa8ea9e
commit af65447ae8
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ image: nixos/nix:latest
build:
stage: build
script:
- nix-channel --add https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz nixos && nix-channel --update && nix-env -i git
- nix-build -A deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz