ci: specify git attribute

keep-around/dde5ed13dd230884ba86f0b3630cc7c635547655
hexchen 2020-11-29 04:22:50 +00:00
parent 76139aa0fb
commit dde5ed13dd
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ 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-channel --add https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz nixos && nix-channel --update && nix-env -i nixos.git
- nix-instantiate -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz -A deploy.all
- nix-build -A deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz