Reenable mdformat-gfm-alerts
This commit is contained in:
parent
bb373ac40b
commit
780ffcaeb8
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
withSystem,
|
||||
inputs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
perSystem = {
|
||||
|
@ -11,13 +12,12 @@
|
|||
...
|
||||
}: {
|
||||
devShells.markdown = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
buildInputs = with inputs'.nixpkgs-unstable.legacyPackages; [
|
||||
(python3.withPackages (ps:
|
||||
with ps; [
|
||||
mdformat
|
||||
mdformat-gfm
|
||||
# TODO: Broken?
|
||||
# mdformat-gfm-alerts
|
||||
mdformat-gfm-alerts
|
||||
mdformat-tables
|
||||
mdformat-footnote
|
||||
pygments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue