summaryrefslogtreecommitdiffstats
path: root/jeschli
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2019-01-29 19:31:42 +0100
committerjeschli <jeschli@gmail.com>2019-01-29 19:31:42 +0100
commitfa1eb9c0c786a7188500b39a284a9715e2406ed8 (patch)
tree79582746e019877b6c1e93a11599d64109327629 /jeschli
parent70fee3a58cca69029e4bd13e2682679482a104fe (diff)
j brauerei: add tokei
Diffstat (limited to 'jeschli')
-rw-r--r--jeschli/1systems/brauerei/config.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/jeschli/1systems/brauerei/config.nix b/jeschli/1systems/brauerei/config.nix
index 877d4f7..d342acb 100644
--- a/jeschli/1systems/brauerei/config.nix
+++ b/jeschli/1systems/brauerei/config.nix
@@ -105,6 +105,15 @@ in
taskwarrior
# xorg
xorg.xbacklight
+ # tokei
+ tokei = overrideDerivation super.tokei (old: {
+ patches = old.patches or [] ++ [
+ (self.fetchurl {
+ url = https://github.com/4z3/tokei/commit/c27529c.patch;
+ sha256 = "1rdw8bk379cav603ryrb57yfkvk2z8wavfw9prfh01agk3ml693x";
+ })
+ ];
+ });
];
# Some programs need SUID wrappers, can be configured further or are