mirror of
https://gitlab.com/TECHNOFAB/nixible.git
synced 2026-02-02 03:15:09 +01:00
chore(version): v0.3.0
This commit is contained in:
parent
7518977975
commit
9f86a91cc5
2 changed files with 35 additions and 6 deletions
|
|
@ -11,12 +11,15 @@
|
|||
alejandra.enable = true;
|
||||
mdformat.enable = true;
|
||||
};
|
||||
settings.formatter.mdformat.command = let
|
||||
pkg = pkgs.python3.withPackages (p: [
|
||||
p.mdformat
|
||||
p.mdformat-mkdocs
|
||||
]);
|
||||
in "${pkg}/bin/mdformat";
|
||||
settings.formatter.mdformat = {
|
||||
excludes = ["CHANGELOG.md"];
|
||||
command = let
|
||||
pkg = pkgs.python3.withPackages (p: [
|
||||
p.mdformat
|
||||
p.mdformat-mkdocs
|
||||
]);
|
||||
in "${pkg}/bin/mdformat";
|
||||
};
|
||||
};
|
||||
in {
|
||||
default = devshell.mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue