fix: Update flake.nix and Makefile for linting tools and opencode target

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
2025-08-13 12:18:13 +02:00
parent 2fc3724083
commit 082f4ea9c7
2 changed files with 12 additions and 3 deletions

View File

@@ -137,8 +137,8 @@
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
markdownlint
jsonlint
markdownlint-cli
jq
nixpkgs-fmt
];
};