From c2003b349ebcb5bbea46a98a9908194d214bd8bb Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 13 Aug 2025 11:41:17 +0200 Subject: [PATCH] add devshell with linters for markdown, json, and nix files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 3a4d21b..2058df9 100644 --- a/flake.nix +++ b/flake.nix @@ -135,6 +135,14 @@ }; }; + devShells.${system}.default = pkgs.mkShell { + packages = with pkgs; [ + markdownlint + jsonlint + nixpkgs-fmt + ]; + }; + nixosConfigurations.workshop-vm = nixpkgs.lib.nixosSystem { inherit system; modules = [