haccfiles/.gitlab-ci.yml
hexchen 3e81ca097d ci: fix tags
Signed-off-by: hexchen <hexchen@lilwit.ch>
2020-11-29 15:53:31 +00:00

13 lines
322 B
YAML

cache:
key: nixosisgreat
paths:
- /nix/store
build:
tags:
- 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