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 afefcde commit 9e7687cCopy full SHA for 9e7687c
flake.nix
@@ -146,4 +146,17 @@
146
nixosModule.imports = builtins.attrValues self.nixosModules;
147
devshellModule = import ./devshellModule.nix;
148
};
149
+
150
+ nixConfig = {
151
+ flake-registry = "https://raw.githubusercontent.com/input-output-hk/flake-registry/iog/flake-registry.json";
152
153
+ extra-substituters = [
154
+ "https://nix-community.cachix.org"
155
+ "https://cache.iog.io"
156
+ ];
157
+ extra-trusted-public-keys = [
158
+ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
159
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
160
161
+ };
162
}
0 commit comments