From 813e40b6fc73d62ae215cd459468cae1200f2d0f Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 1 Feb 2022 13:12:15 +0000 Subject: Revert "treewide: rename nix.* to nix.settings.*" This reverts commit 20ee65d79602b6412994dc52907715b274daeebe. --- modules/core/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/core') diff --git a/modules/core/common.nix b/modules/core/common.nix index c13a701c..d05c54dd 100644 --- a/modules/core/common.nix +++ b/modules/core/common.nix @@ -44,8 +44,8 @@ in { vuizvui = import ../../pkgs { pkgs = super; }; }))); - nix.settings.binaryCaches = [ "https://headcounter.org/hydra/" ]; - nix.settings.binaryCachePublicKeys = [ + nix.binaryCaches = [ "https://headcounter.org/hydra/" ]; + nix.binaryCachePublicKeys = [ "headcounter.org:/7YANMvnQnyvcVB6rgFTdb8p5LG1OTXaO+21CaOSBzg=" ]; -- cgit 1.4.1