diff options
author | jeschli <jeschli@gmail.com> | 2019-02-05 19:19:29 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-02-05 19:19:29 +0100 |
commit | b1b20cb683a103bd89710f5eabce8209c5041542 (patch) | |
tree | 7fddbe6ba91178c18071e0fd8d5f441ceea67d65 /jeschli | |
parent | 6f466e7ab6aaf4786a84682002c929672201a120 (diff) |
j brauerei: remove not working tokei override
Diffstat (limited to 'jeschli')
-rw-r--r-- | jeschli/1systems/brauerei/config.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/jeschli/1systems/brauerei/config.nix b/jeschli/1systems/brauerei/config.nix index f7f545294..7ac4cc2c0 100644 --- a/jeschli/1systems/brauerei/config.nix +++ b/jeschli/1systems/brauerei/config.nix @@ -109,14 +109,7 @@ in # 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"; - }) - ]; - }); + tokei ]; # Some programs need SUID wrappers, can be configured further or are |