allow unfree
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cadey Ratio 2020-05-06 07:56:50 -04:00
parent 0738a7b7cd
commit 441f416195
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ steps:
- name: build book docker image
image: "monacoremo/nix:2020-04-05-05f09348-circleci"
commands:
- echo '{ allowUnfree = true; }' > ~/.config/nixpkgs/config.nix
- cd book && nix-build
- cp $(readlink result) /lewa/result/docker.tgz
volumes: