11 lines
217 B
Nix
11 lines
217 B
Nix
|
|
{
|
|
nix.settings = {
|
|
trusted-substituters = [
|
|
"https://zig-nightly.cachix.org"
|
|
];
|
|
trusted-public-keys = [
|
|
"zig-nightly.cachix.org-1:OnBNrwrXNoCtCzjuMEfruWSaZEixGGSvFhc9OBtx1wg="
|
|
];
|
|
};
|
|
}
|