summaryrefslogtreecommitdiffstats
path: root/tv/2configs/gitrepos.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-06-02 01:40:51 +0200
committertv <tv@krebsco.de>2021-06-02 01:47:42 +0200
commitc34cef0eee991d59aab9d061e3dba8c12361897e (patch)
treea61b9d30bca52731c1a6dea08cc587c01806bb57 /tv/2configs/gitrepos.nix
parent03f03d061508b011ee09f00bfdd3e8955e169529 (diff)
tv gitrepos: use python3 for markdown2
For nixpkgs 21.05
Diffstat (limited to 'tv/2configs/gitrepos.nix')
-rw-r--r--tv/2configs/gitrepos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix
index 2e73640..1586f3b 100644
--- a/tv/2configs/gitrepos.nix
+++ b/tv/2configs/gitrepos.nix
@@ -33,7 +33,7 @@ let {
cgit = {
settings = {
about-filter = pkgs.exec "krebs.cgit.about-filter" rec {
- filename = "${pkgs.pythonPackages.markdown2}/bin/markdown2";
+ filename = "${pkgs.python3Packages.markdown2}/bin/markdown2";
argv = [
filename
"--extras=fenced-code-blocks"