From 87569883a359f7da21362460c7a4d2504fb0a101 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Thu, 16 Apr 2026 09:28:22 +0200 Subject: [PATCH] Allow nix flake check --- legacy/.gemini/policies/nix-build.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/.gemini/policies/nix-build.toml b/legacy/.gemini/policies/nix-build.toml index 9b2ab44..e675831 100644 --- a/legacy/.gemini/policies/nix-build.toml +++ b/legacy/.gemini/policies/nix-build.toml @@ -26,3 +26,9 @@ toolName = "run_shell_command" commandPrefix = "nix-hash" decision = "allow" priority = 100 + +[[rule]] +toolName = "run_shell_command" +commandPrefix = "nix flake check" +decision = "allow" +priority = 100