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 = [