From e0f6483442157da189b2a73cef3a172f8e8fc0bd Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 6 Jun 2025 23:32:37 +0300 Subject: [PATCH] blog(nix-iceberg): fix mistake --- site/blog/2024-04-15-nix-iceberg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/blog/2024-04-15-nix-iceberg.md b/site/blog/2024-04-15-nix-iceberg.md index eef4e04..e30c570 100644 --- a/site/blog/2024-04-15-nix-iceberg.md +++ b/site/blog/2024-04-15-nix-iceberg.md @@ -564,8 +564,8 @@ print t The [`accept-flake-config`](https://nix.dev/manual/nix/2.29/command-ref/conf-file#conf-accept-flake-config) -Nix configuration variable or `--accept-flake-config` flag in Nix commands -allows Nix to unconditionally accept flake `nixConfig`'s. +Nix configuration variable or `--option accept-flake-config true` flag in Nix +commands allows Nix to unconditionally accept flake `nixConfig`'s. This is dangerous, because this can enable `builtins.importNative` by enabling the