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

This commit is contained in:
Cadey Ratio 2020-05-06 08:08:08 -04:00
parent c07f2353d2
commit 02623bc8f2
1 changed files with 0 additions and 1 deletions

View File

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