nix flake: make the binary cache "just work" (#2999)

This commit is contained in:
Timothy DeHerrera 2022-07-09 09:09:37 -07:00 committed by GitHub
parent 6100b1ba08
commit fefa4d8c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View file

@ -96,4 +96,9 @@
};
};
};
nixConfig = {
extra-substituters = ["https://helix.cachix.org"];
extra-trusted-public-keys = ["helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="];
};
}