diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-14 01:47:11 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-14 01:47:11 +0300 |
commit | aa5565629845644050f19b1bbc1f03b0a0a66aa7 (patch) | |
tree | f0f57f893d5914a3c2aa292b3755284b593025e7 /modules/common/nix.nix | |
parent | 2024-08-09 (diff) |
2024-08-14
Diffstat (limited to '')
-rw-r--r-- | modules/common/nix.nix | 10 |
1 files changed, 2 insertions, 8 deletions
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" ]; }; }; |