Try building without nix/store mount
continuous-integration/drone/push Build was killed Details

main
mat ess 2022-12-22 00:19:43 -05:00
parent a77b87a344
commit 4d0be4e6f7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local Step(env, name, cmds, extras={}) =
image: 'nixos/nix:latest',
volumes: [
{ name: 'site', path: '/site' },
{ name: 'cache', path: '/nix/store' },
// { name: 'cache', path: '/nix/store' },
],
commands: cmds,
when: WhenProd(prod),