cachix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cadey Ratio 2020-05-06 08:07:36 -04:00
parent 754ebef031
commit c07f2353d2
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
kind: pipeline
name: default
name: book
workspace:
base: /lewa
@ -9,6 +9,8 @@ steps:
commands:
- mkdir -p ~/.config/nixpkgs
- echo '{ allowUnfree = true; }' > ~/.config/nixpkgs/config.nix
- nix-env -iA cachix -f https://cachix.org/api/v1/install
- cachix use xe
- cd book && nix-build
- cp $(readlink result) /lewa/result/docker.tgz
volumes: