add devshell with linters for markdown, json, and nix files

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

Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
2025-08-13 11:41:17 +02:00
parent 24a1d21e5c
commit c2003b349e

View File

@@ -135,6 +135,14 @@
}; };
}; };
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
markdownlint
jsonlint
nixpkgs-fmt
];
};
nixosConfigurations.workshop-vm = nixpkgs.lib.nixosSystem { nixosConfigurations.workshop-vm = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
modules = [ modules = [