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