summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-10 22:11:39 -0400
committerSeth Flynn <[email protected]>2025-03-23 19:31:27 -0400
commit7f895766239221307519f39b4e9269202f35a2ba (patch)
tree1f2ed1d2151f96e2f7d229d7785979ead651fc2a /flake.nix
parent1f478b5c4f12b74b003d3976019fb62324eb9a55 (diff)
add binary cache
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 4bea99c..cd24fe4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,13 @@
{
+ nixConfig = {
+ # TODO: Move to lwjgl-cache.prismlauncher.org
+ # Thank you Soopy
+ extra-substituters = [ "https://s3.soopy.moe/lwjgl-nix" ];
+ extra-trusted-public-keys = [
+ "lwjgl-cache.prismlauncher.org:ucMitaRYTISlJtFr5ETPsDm8UCBAQ4+PTj2rBVlK8IQ="
+ ];
+ };
+
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";