Skip to content

Commit 46df9d2

Browse files
committed
add ryota2357.cachix.org to nix-darwin config
1 parent 1a5d24f commit 46df9d2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"https://ryota2357.cachix.org"
2727
"https://nix-community.cachix.org"
2828
];
29-
3029
extra-trusted-public-keys = [
3130
"ryota2357.cachix.org-1:1Biai//719bDFSnfV7FK0vKHw9C1b0S4/DQiNdkmWQo="
3231
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="

nix/darwin/modules/nix.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
settings = {
1414
experimental-features = "nix-command flakes";
1515
max-jobs = 8;
16+
warn-dirty = false;
17+
extra-substituters = [
18+
"https://ryota2357.cachix.org"
19+
"https://nix-community.cachix.org"
20+
];
21+
extra-trusted-public-keys = [
22+
"ryota2357.cachix.org-1:1Biai//719bDFSnfV7FK0vKHw9C1b0S4/DQiNdkmWQo="
23+
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
24+
];
1625
};
1726
};
1827
}

0 commit comments

Comments
 (0)