From aa5565629845644050f19b1bbc1f03b0a0a66aa7 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Wed, 14 Aug 2024 01:47:11 +0300 Subject: 2024-08-14 --- modules/common/nix.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'modules/common') diff --git a/modules/common/nix.nix b/modules/common/nix.nix index efd06bd..d1f835c 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -70,14 +70,6 @@ in keep-going = true; - substituters = [ - "https://azahi.cachix.org" - "https://nix-community.cachix.org" - ]; - - trusted-substituters = [ "https://azahi.cachix.org" ]; - trusted-public-keys = [ "azahi.cachix.org-1:2bayb+iWYMAVw3ZdEpVg+NPOHCXncw7WMQ0ElX1GO3s=" ]; - trusted-users = [ "root" my.username @@ -90,6 +82,8 @@ in "flakes" "nix-command" "recursive-nix" + # "configurable-impure-env" + # "pipe-operators" ]; }; }; -- cgit v1.2.3