]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blobdiff - pkgs/crypto/iota-cli-app/default.nix
Fix tools after upgrade
[perso/Immae/Config/Nix/NUR.git] / pkgs / crypto / iota-cli-app / default.nix
index 17d7714b03c88432afb168902354a0be758cba50..e9e9f92a17c1fbcd7ad10b9ba09fa583668a83e1 100644 (file)
@@ -10,7 +10,7 @@ let
         cp -a $src $out
         chmod u+w -R $out
         cd $out
-        sed -i -e "s@host: 'http://localhost',@host: 'https://iri.trytes.eu',@" index.js
+        sed -i -e "s@host: 'http://localhost',@host: 'https://nodes.thetangle.org',@" index.js
         sed -i -e "s@port: 14265@port: 443@" index.js
         '';
     });