diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 03:48:02 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 03:48:02 +0100 |
commit | 04874bf7373e9c337c563a543b4178cabfb1ae79 (patch) | |
tree | dc68c48128fe18479871aaef491987d96adf20f6 | |
parent | 5d3706667965ba4dbfacbf616c3cd63c7efcfa6e (diff) | |
download | nixos-04874bf7373e9c337c563a543b4178cabfb1ae79.tar nixos-04874bf7373e9c337c563a543b4178cabfb1ae79.tar.gz nixos-04874bf7373e9c337c563a543b4178cabfb1ae79.tar.bz2 nixos-04874bf7373e9c337c563a543b4178cabfb1ae79.tar.xz nixos-04874bf7373e9c337c563a543b4178cabfb1ae79.zip |
switched syntax highlighting to py
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ in rec { | |||
215 | enable-commit-graph=1 | 215 | enable-commit-graph=1 |
216 | snapshots=tar tar.gz tar.bz2 tar.xz zip | 216 | snapshots=tar tar.gz tar.bz2 tar.xz zip |
217 | 217 | ||
218 | source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.sh | 218 | source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py |
219 | about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh | 219 | about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh |
220 | 220 | ||
221 | readme=:README.md | 221 | readme=:README.md |