1
0
Fork 0
nixos-config/cachix/nixfmt.nix
Malte Brandy a1bb4277b1
Reformat
2019-07-31 23:56:52 +02:00

9 lines
219 B
Nix

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