chore: reformat codebase

This commit is contained in:
Gabriel Arazas 2023-09-06 06:53:05 +08:00
parent 52d85eb573
commit 9dcda51904
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -266,12 +266,14 @@
nix.package = pkgs.nixUnstable;
# Set the configurations for the package manager.
nix.settings = let
nix.settings =
let
substituters = [
"https://nix-community.cachix.org"
"https://foo-dogsquared.cachix.org"
];
in {
in
{
# Set several binary caches.
inherit substituters;
trusted-substituters = substituters;