diff options
author | jeschli <jeschli@gmail.com> | 2019-02-05 19:19:29 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-02-09 15:52:32 +0100 |
commit | d9f9d2d0d6c356568b6f92c10bc959206e78fc87 (patch) | |
tree | 24a121657108185690acfd6669179d9af4a84d74 /jeschli/1systems | |
parent | 4a9e9eee620a436820fc9aa0d2b1c8549b440a8f (diff) |
j brauerei: remove not working tokei override
Diffstat (limited to 'jeschli/1systems')
-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 |