haccfiles/.gitlab-ci.yml
hexchen fd03b5dc9f ci: switch to nix builder
Signed-off-by: hexchen <hexchen@lilwit.ch>
2020-11-29 15:51:32 +00:00

12 lines
315 B
YAML

cache:
key: nixosisgreat
paths:
- /nix/store
build:
tag: nix
stage: build
script:
- nix-instantiate -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz -A deploy.all
- nix build -f . deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz