Skip to content

Commit

Permalink
heroku: set HEROKU_DISABLE_AUTOUPDATE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Sep 17, 2018
1 parent 1f8dc21 commit db571e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/heroku/default.nix
Expand Up @@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
cp -pr * $out/share/heroku
substituteInPlace $out/share/heroku/bin/run \
--replace "/usr/bin/env node" "${nodejs}/bin/node"
makeWrapper $out/share/heroku/bin/run $out/bin/heroku
makeWrapper $out/share/heroku/bin/run $out/bin/heroku \
--set HEROKU_DISABLE_AUTOUPDATE 1
'';

meta = {
Expand Down

0 comments on commit db571e9

Please sign in to comment.