ci: switch to nix build

nix-build just fills up the log beyond the limit that gitlab imposes on
CI builds.
keep-around/1c82f94bce10492d1891bbbe05a4e2ef33297876
hexchen 2020-11-29 13:50:03 +00:00
parent 71d988f369
commit 1c82f94bce
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ build:
script:
- nix-channel --add https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz nixos && nix-channel --update && nix-env -iA nixos.git
- nix-instantiate -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz -A deploy.all
- nix-build -A deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz
- nix build -f . deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz