Skip to content

Commit

Permalink
include nixConfig for cachix in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsawyer77 committed Sep 6, 2024
1 parent f597b32 commit a28aa1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
description = "mattsawyer77's environment";
nixConfig = {
# from output of `cachix use nix-community` in ~/.config/nix/nix.conf
extra-substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/master";
darwin = {
Expand Down

0 comments on commit a28aa1f

Please sign in to comment.