We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ca2d commit 89b67e5Copy full SHA for 89b67e5
flake.nix
@@ -107,6 +107,7 @@
107
pkgs.codex # OpenAI Codex CLI (Rust implementation)
108
pkgs.opencode # OpenCode AI coding assistant
109
]
110
+ ++ self.checks.${system}.pre-commit-check.enabledPackages
111
# Optional schema/validation tooling (only if available in this nixpkgs)
112
++ (builtins.filter (x: x != null) [
113
(if pkgs ? taplo then pkgs.taplo else null)
0 commit comments