You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
Is your feature request related to a problem? Please describe. https://cache.nixos.org is extremely slow in my country, so I config subsitituters and trusted-users in my flake config, which could be fast
So I also want to config subsitituters in my fleek config
Describe the solution you'd like
Maybe just add subsitituters config and automatically add current user to trusted-users
Describe alternatives you've considered
use fleek eject
Additional context
A sample config:
nixConfig={experimental-features=["nix-command""flakes"];substituters=[# replace official cache with a mirror located in China"https://mirrors.ustc.edu.cn/nix-channels/store""https://cache.nixos.org/"];# nix community's cache serverextra-substituters=["https://nix-community.cachix.org"];extra-trusted-public-keys=["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];};
seems this config is different between nix and nix-darwin,
I'm using this in nix-darwin modules:
Is your feature request related to a problem? Please describe.
https://cache.nixos.org
is extremely slow in my country, so I configsubsitituters
andtrusted-users
in my flake config, which could be fastSo I also want to config
subsitituters
in my fleek configDescribe the solution you'd like
Maybe just add subsitituters config and automatically add current user to
trusted-users
Describe alternatives you've considered
use
fleek eject
Additional context
A sample config:
seems this config is different between
nix
andnix-darwin
,I'm using this in
nix-darwin
modules:The text was updated successfully, but these errors were encountered: