Changes
1 changed files (+21/-17)
-
-
@@ -99,6 +99,27 @@program = "${server}/bin/mkdocs"; }; # Code formatting platform written in Rust # https://dprint.dev/ dprint = { type = "app"; program = pkgs.lib.getExe pkgs.dprint; }; # > Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS # https://caddyserver.com/ caddy = { type = "app"; program = pkgs.lib.getExe pkgs.caddy; }; # > Copyright and license linter based on SPDX # https://github.com/fsfe/reuse-tool reuse = { type = "app"; program = pkgs.lib.getExe pkgs.reuse; }; zon2nix = { type = "app"; program = pkgs.lib.getExe pkgs.zon2nix;
-
@@ -109,18 +130,6 @@packages = with pkgs; [ # Code formatting platform written in Rust # https://dprint.dev/ dprint # Official formatter for Nix code # https://github.com/NixOS/nixfmt nixfmt # Copyright and license linter based on SPDX # https://github.com/fsfe/reuse-tool reuse # > Language server implementation for Elm # https://github.com/elm-tooling/elm-language-server elmPackages.elm-language-server
-
@@ -128,11 +137,6 @@# > Zig LSP implementation + Zig Language Server # https://github.com/zigtools/zls zls_0_16 # "demo" の "zig build serve" で利用する。 # > Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS # https://caddyserver.com/ caddy ] ++ packages.demo.nativeBuildInputs ++ packages.docs.nativeBuildInputs;
-