Skip to content

Commit

Permalink
nix: Add nix-community cache
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed May 7, 2024
1 parent e96174a commit 3182cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "Systems configuration";

nixConfig = {
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
extra-substituters = "https://devenv.cachix.org";
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
extra-substituters = "https://devenv.cachix.org https://nix-community.cachix.org";
};

inputs = {
Expand Down

0 comments on commit 3182cd8

Please sign in to comment.