1
0
Fork 0
nixos-config/cachix/nixfmt.nix
2019-07-31 22:36:41 +02:00

13 lines
238 B
Nix

{
nix = {
binaryCaches = [
"https://nixfmt.cachix.org"
];
binaryCachePublicKeys = [
"nixfmt.cachix.org-1:uyEQg16IhCFeDpFV07aL+Dbmh18XHVUqpkk/35WAgJI="
];
trustedUsers = [ "root" "maralorn" ];
};
}