flake: fix docs
This commit is contained in:
parent
487f5dfe12
commit
1ed5831440
1 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,15 @@
|
||||||
src = inputs.hydra;
|
src = inputs.hydra;
|
||||||
buildInputs = o.buildInputs ++ [ final.perlPackages.DBIxClassHelpers ];
|
buildInputs = o.buildInputs ++ [ final.perlPackages.DBIxClassHelpers ];
|
||||||
});
|
});
|
||||||
|
python3 = prev.python3.override {
|
||||||
|
packageOverrides = _: super: {
|
||||||
|
pymdown-extensions = super.pymdown-extensions.overridePythonAttrs (o: {
|
||||||
|
disabledTests = o.disabledTests ++ [
|
||||||
|
"test_windows_root_conversion"
|
||||||
|
];
|
||||||
|
});
|
||||||
|
};
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue