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

This commit is contained in:
Cadey Ratio 2020-05-28 16:42:01 -04:00
parent fae0621ee8
commit 92e971443a
1 changed files with 2 additions and 0 deletions

View File

@ -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: