9 vscode-utils.buildVscodeMarketplaceExtension {
12 publisher = "kamadorueda";
14 hash = "sha256-COlEjKhm8tK5XfOjrpVUDQ7x3JaOLiYoZ4MdwTL8ktk=";
21 cd "$out/$installPrefix"
24 .contributes.configuration.properties."alejandra.program".default =
25 "${alejandra}/bin/alejandra" |
26 .contributes.configurationDefaults."alejandra.program" =
27 "${alejandra}/bin/alejandra"
33 description = "Uncompromising Nix Code Formatter";
34 homepage = "https://github.com/kamadorueda/alejandra";
35 license = lib.licenses.unlicense;
36 maintainers = [ lib.maintainers.kamadorueda ];