Add eval-store local
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
8339d2bdbb
commit
6fa52e8860
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue