mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-29 06:19:11 +00:00
chore: reformat codebase
This commit is contained in:
parent
52d85eb573
commit
9dcda51904
@ -266,12 +266,14 @@
|
|||||||
nix.package = pkgs.nixUnstable;
|
nix.package = pkgs.nixUnstable;
|
||||||
|
|
||||||
# Set the configurations for the package manager.
|
# Set the configurations for the package manager.
|
||||||
nix.settings = let
|
nix.settings =
|
||||||
|
let
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://foo-dogsquared.cachix.org"
|
"https://foo-dogsquared.cachix.org"
|
||||||
];
|
];
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
# Set several binary caches.
|
# Set several binary caches.
|
||||||
inherit substituters;
|
inherit substituters;
|
||||||
trusted-substituters = substituters;
|
trusted-substituters = substituters;
|
||||||
|
Loading…
Reference in New Issue
Block a user