Compare commits

...

2 Commits

Author SHA1 Message Date
Mats Rauhala e459a318bd Disable cache nix root 2018-11-12 22:34:58 +02:00
Mats Rauhala 92e34fdfcc Use the nix-build command instead 2018-11-12 21:53:47 +02:00
1 changed files with 1 additions and 6 deletions

View File

@ -8,9 +8,4 @@ before_script:
- mkdir -p ~/.config/nixpkgs
script:
- nix build -f release.nix backend
cache:
directories:
- nix
- nix-build ./release.nix -A backend --option trusted-public-keys "masser-ebook-manager.cachix.org-1:mtFSkQ2MO5MvjUpulZoFKjKUIa8g8CTcdPVuJaPKS1w= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option binary-caches "https://cache.nixos.org https://masser-ebook-manager.cachix.org"