steveej-t14: use holochain-ci binary cache

This commit is contained in:
steveej 2021-08-20 23:28:23 +02:00
parent 821c04cef3
commit 9b185042fb

View file

@ -6,6 +6,14 @@
let let
keys = import ../../../variables/keys.nix; keys = import ../../../variables/keys.nix;
in { in {
nix = {
binaryCaches = [
"https://holochain-ci.cachix.org"
];
binaryCachePublicKeys = [
"holochain-ci.cachix.org-1:5IUSkZc0aoRS53rfkvH9Kid40NpyjwCMCzwRTXy+QN8="
];
};
# TASK: new device # TASK: new device
networking.hostName = "steveej-t14"; # Define your hostname. networking.hostName = "steveej-t14"; # Define your hostname.