mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
fix: use stable pandoc
This commit is contained in:
@@ -34,12 +34,12 @@ in
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
||||||
unstable.haskellPackages.pandoc-citeproc
|
haskellPackages.pandoc-citeproc
|
||||||
text2pdf
|
text2pdf
|
||||||
libreoffice
|
libreoffice
|
||||||
unstable.pandoc
|
pandoc
|
||||||
# proselint
|
# proselint
|
||||||
unstable.asciidoctor
|
asciidoctor
|
||||||
wordnet
|
wordnet
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user