diff options
author | Timothy DeHerrera | 2022-07-09 16:09:37 +0000 |
---|---|---|
committer | GitHub | 2022-07-09 16:09:37 +0000 |
commit | fefa4d8c5938c4e74b6eb01c6fb8379548c20ab4 (patch) | |
tree | 40b287690fe8ef3ab2b19213bfa789c96c02f79d /flake.nix | |
parent | 6100b1ba082db5c9fddd74d0ffea044231004920 (diff) |
nix flake: make the binary cache "just work" (#2999)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -96,4 +96,9 @@ }; }; }; + + nixConfig = { + extra-substituters = ["https://helix.cachix.org"]; + extra-trusted-public-keys = ["helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="]; + }; } |