mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
chore: reformat codebase
This commit is contained in:
parent
52d85eb573
commit
9dcda51904
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user