From e9f5bce55bd4c728564a722f8578974cb6b12f61 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 5 Jun 2025 17:58:52 +0300 Subject: [PATCH] nix: do not accept-flake-config --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6431ea3..45754fc 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,6 @@ "pipe-operators" ]; - accept-flake-config = true; builders-use-substitutes = true; flake-registry = ""; http-connections = 50;