From aab0b28011e14a3351aecdecf18d14627b0d30e0 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Thu, 25 Apr 2024 17:26:46 -0700 Subject: [PATCH] Added cachix repo as a substituter --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 80f5349..0282b59 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,11 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; + nixConfig = { + extra-trusted-public-keys = "alejandr0angul0-resume.cachix.org-1:tLOx+VCWz+yMyONGbgPnhQ3F3E4GylO8QAFxoCwnC34="; + extra-substituters = "https://alejandr0angul0-resume.cachix.org"; + }; + outputs = { self, nixpkgs,