nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 14 lines 458 B view raw
1{ mkDprintPlugin }: 2mkDprintPlugin { 3 description = "Dockerfile code formatter"; 4 hash = "sha256-GaK1sYdZPwQWJmz2ULcsGpWDiKjgPhqNRoGgQfGOkqc="; 5 initConfig = { 6 configExcludes = [ ]; 7 configKey = "dockerfile"; 8 fileExtensions = [ "dockerfile" ]; 9 }; 10 pname = "dprint-plugin-dockerfile"; 11 updateUrl = "https://plugins.dprint.dev/dprint/dockerfile/latest.json"; 12 url = "https://plugins.dprint.dev/dockerfile-0.3.3.wasm"; 13 version = "0.3.3"; 14}