We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e8096 commit 9f59a3eCopy full SHA for 9f59a3e
cfg/cgit.nix
@@ -52,7 +52,7 @@ in
52
53
# Filter for files shown in the "about" page
54
about-filter=${pkgs.writeScript "cgit-about-filter.sh" ''
55
- #!${pkgs.stdenv.shell}
+ #!${pkgs.bash}/bin/sh
56
# The filename is available as first argument, but the filter
57
# should read contents from STDIN (and write to STDOUT).
58
filename=$1
@@ -75,7 +75,7 @@ in
75
''}
76
77
commit-filter=${pkgs.writeScript "cgit-commit-filter.sh" ''
78
79
regex=
80
# This expression generates links to commits referenced by their SHA1.
81
regex=$regex'
0 commit comments