summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorTimothy DeHerrera2022-07-09 16:09:37 +0000
committerGitHub2022-07-09 16:09:37 +0000
commitfefa4d8c5938c4e74b6eb01c6fb8379548c20ab4 (patch)
tree40b287690fe8ef3ab2b19213bfa789c96c02f79d /flake.nix
parent6100b1ba082db5c9fddd74d0ffea044231004920 (diff)
nix flake: make the binary cache "just work" (#2999)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c8bd02aa..d0d454af 100644
--- a/flake.nix
+++ b/flake.nix
@@ -96,4 +96,9 @@
};
};
};
+
+ nixConfig = {
+ extra-substituters = ["https://helix.cachix.org"];
+ extra-trusted-public-keys = ["helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="];
+ };
}