ci: init gitlab ci
This commit is contained in:
parent
cdb4b33ce9
commit
36e265bef9
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
|
Loading…
Reference in a new issue