blob: 7131c9b992076d84777e1b95838eaeb1cd2c7bdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ config, lib, ... }:
{
nix = {
binaryCaches = [
"https://chaotic-nixpkgs.cachix.org"
];
binaryCachePublicKeys = [
"chaotic-nixpkgs.cachix.org-1:xm/PZVLgwIlMc8K5+ZxGIkEXovfL9Bll5HolvzN1wIQ="
];
};
}
|