Use the nix-build command instead

This commit is contained in:
Mats Rauhala 2018-11-12 21:53:47 +02:00
parent 26af45713c
commit 92e34fdfcc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_script:
- mkdir -p ~/.config/nixpkgs
script:
- nix build -f release.nix backend
- nix-build ./release.nix -A backend
cache: