Add eval-store local
continuous-integration/drone/push Build is failing Details

main
mat ess 2022-12-22 01:06:22 -05:00
parent 8339d2bdbb
commit 6fa52e8860
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local PROD = 'production';
local STAGE = 'staging';
local NIX = 'nix --store /tmp/cache --extra-experimental-features nix-command --extra-experimental-features flakes';
local NIX = 'nix --eval-store local --store /tmp/cache --extra-experimental-features nix-command --extra-experimental-features flakes';
local VOLUMES = [
{ name: 'site', path: '/site' },
{ name: 'cache', path: '/tmp/cache' },