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 | 5a4c91d150d64a2ad201318471c4b08e260490d9 (patch) | |
| tree | 26411b05e941643ac83f8f5891d04e9fb506da4f | |
| parent | c1a06bdab6708da80686cb1e8cabe2b9addc98b6 (diff) | |
j brauerei: remove not working tokei override
| -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 f7f5452..7ac4cc2 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 | 
