From 11155d36221452735a64cd23b91bc0133a65f1e5 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 12 May 2025 13:37:54 +0200 Subject: add cachix --- flake.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2eb20dc..b9224ac 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,14 @@ { description = "Nix configuration"; + + nixConfig = { + extra-substituters = [ + "https://nix-community.cachix.org" + ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; @@ -74,4 +83,4 @@ ]; }; }; -} \ No newline at end of file +} -- cgit v1.3.1