mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 18:22:35 +08:00
8 lines
177 B
Nix
8 lines
177 B
Nix
{ pkgs, ... }: {
|
|
nix.binaryCachePublicKeys = [
|
|
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
|
];
|
|
nix.binaryCaches = [
|
|
"https://hydra.iohk.io"
|
|
];
|
|
}
|