Add flake reference
continuous-integration/drone/push Build is failing Details

main
mat ess 2022-12-21 22:26:20 -05:00
parent 168297aa8f
commit 0ac4175f21
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ local DeployStep(env) =
local prod = env == PROD;
local options = if prod then '--prod' else '--alias staging';
Step(env, 'netlify deploy', [
NIX + ' profile install netlify-cli',
NIX + ' profile install nixgpkgs#netlify-cli',
'netlify deploy -d /site ' + options,
]);