2020-11-29 03:16:22 +00:00
|
|
|
image: nixos/nix:latest
|
|
|
|
|
|
|
|
build:
|
|
|
|
stage: build
|
|
|
|
script:
|
2020-11-29 03:21:42 +00:00
|
|
|
- nix-channel --add https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz nixos && nix-channel --update && nix-env -i git
|
2020-11-29 03:16:22 +00:00
|
|
|
- nix-build -A deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz
|