7 lines
162 B
YAML
7 lines
162 B
YAML
|
image: nixos/nix:latest
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
script:
|
||
|
- nix-build -A deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz
|