We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nixConfig
1 parent 8a32471 commit 26d01ffCopy full SHA for 26d01ff
flake.nix
@@ -171,4 +171,17 @@
171
nixosModule.imports = builtins.attrValues self.nixosModules;
172
devshellModule = import ./devshellModule.nix;
173
});
174
+
175
+ nixConfig = {
176
+ flake-registry = "https://raw.githubusercontent.com/input-output-hk/flake-registry/iog/flake-registry.json";
177
178
+ extra-substituters = [
179
+ "https://nix-community.cachix.org"
180
+ "https://cache.iog.io"
181
+ ];
182
+ extra-trusted-public-keys = [
183
+ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
184
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
185
186
+ };
187
}
0 commit comments