Reword eval-store
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
6fa52e8860
commit
70e1572294
|
@ -1,6 +1,6 @@
|
|||
local PROD = 'production';
|
||||
local STAGE = 'staging';
|
||||
local NIX = 'nix --eval-store local --store /tmp/cache --extra-experimental-features nix-command --extra-experimental-features flakes';
|
||||
local NIX = 'nix --store --eval-store local /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