We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5d24f commit 46df9d2Copy full SHA for 46df9d2
2 files changed
flake.nix
@@ -26,7 +26,6 @@
26
"https://ryota2357.cachix.org"
27
"https://nix-community.cachix.org"
28
];
29
-
30
extra-trusted-public-keys = [
31
"ryota2357.cachix.org-1:1Biai//719bDFSnfV7FK0vKHw9C1b0S4/DQiNdkmWQo="
32
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
nix/darwin/modules/nix.nix
@@ -13,6 +13,15 @@
13
settings = {
14
experimental-features = "nix-command flakes";
15
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
25
};
}
0 commit comments