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
|
||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -210,11 +210,11 @@
|
|||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1751011381,
|
||||
"narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=",
|
||||
"lastModified": 1751637120,
|
||||
"narHash": "sha256-xVNy/XopSfIG9c46nRmPaKfH1Gn/56vQ8++xWA8itO4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7",
|
||||
"rev": "5c724ed1388e53cc231ed98330a60eb2f7be4be3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue