Skip to content

Commit

Permalink
Remove more references to hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Dec 2, 2022
1 parent 09e5204 commit 8923c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM agocorona/ubuntu-nix

RUN echo "substituters = https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/" >> /etc/nix/nix.conf \
RUN echo "substituters = https://iohk.cachix.org https://cache.nixos.org/" >> /etc/nix/nix.conf \
&& echo "trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" >> /etc/nix/nix.conf \
&& cd /home/user && git clone https://github.com/input-output-hk/plutus-apps \
&& cd /home/user/plutus-apps ##### for a particular branch: && git checkout 41149926c108c71831cfe8d244c83b0ee4bf5c8a \
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Expand Up @@ -184,7 +184,7 @@ To set up the cache:
. On non-NixOS, edit `/etc/nix/nix.conf` and add the following lines:
+
----
substituters = https://hydra.iohk.io https://cache.iog.io https://cache.nixos.org/
substituters = https://cache.iog.io https://cache.nixos.org/
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
extra-experimental-features = nix-command flakes
----
Expand All @@ -198,7 +198,7 @@ You must be a https://nixos.org/nix/manual/#ssec-multi-user[trusted user] to do
+
----
nix = {
binaryCaches = [ "https://hydra.iohk.io" "https://cache.iog.io" ];
binaryCaches = [ "https://cache.iog.io" ];
binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
};
----
Expand Down

0 comments on commit 8923c65

Please sign in to comment.