nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ mkDprintPlugin }:
2mkDprintPlugin {
3 description = "JSON/JSONC code formatter";
4 hash = "sha256-CetVbLXlgZcrBs6yxFNqkK4DK4TThL7qiDfJkYhFTN8=";
5 initConfig = {
6 configExcludes = [ "**/*-lock.json" ];
7 configKey = "json";
8 fileExtensions = [ "json" ];
9 };
10 pname = "dprint-plugin-json";
11 updateUrl = "https://plugins.dprint.dev/dprint/json/latest.json";
12 url = "https://plugins.dprint.dev/json-0.21.1.wasm";
13 version = "0.21.1";
14}