From a5d7529c2f312ca68d849541db2234c3aa488796 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 30 Nov 2024 23:46:04 -0600 Subject: [PATCH] Should hopefully improve build times --- profiles/work/configuration.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/profiles/work/configuration.nix b/profiles/work/configuration.nix index f075b889..8182c02b 100644 --- a/profiles/work/configuration.nix +++ b/profiles/work/configuration.nix @@ -37,6 +37,23 @@ nix.extraOptions = '' experimental-features = nix-command flakes ''; + + # Substituters + nix.settings = { + substituters = [ + "https://hyprland.cachix.org" + "https://nix-community.cachix.org" + ]; + trusted-substituters = [ + "https://hyprland.cachix.org" + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + nixpkgs.overlays = [ ( final: prev: {