Reenable mdformat-gfm-alerts

This commit is contained in:
Nathan McCarty 2025-07-05 22:03:43 -04:00
parent bb373ac40b
commit 780ffcaeb8
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,7 @@
{ {
withSystem, withSystem,
inputs, inputs,
inputs',
... ...
}: { }: {
perSystem = { perSystem = {
@ -11,13 +12,12 @@
... ...
}: { }: {
devShells.markdown = pkgs.mkShell { devShells.markdown = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with inputs'.nixpkgs-unstable.legacyPackages; [
(python3.withPackages (ps: (python3.withPackages (ps:
with ps; [ with ps; [
mdformat mdformat
mdformat-gfm mdformat-gfm
# TODO: Broken? mdformat-gfm-alerts
# mdformat-gfm-alerts
mdformat-tables mdformat-tables
mdformat-footnote mdformat-footnote
pygments pygments

6
flake.lock generated
View file

@ -210,11 +210,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1751011381, "lastModified": 1751637120,
"narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=", "narHash": "sha256-xVNy/XopSfIG9c46nRmPaKfH1Gn/56vQ8++xWA8itO4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7", "rev": "5c724ed1388e53cc231ed98330a60eb2f7be4be3",
"type": "github" "type": "github"
}, },
"original": { "original": {