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 | db972d50b28808175df7004bd0ea263f605845f7 (patch) | |
| tree | 26411b05e941643ac83f8f5891d04e9fb506da4f | |
| parent | d0ab1e1f27ec1e6f5a54d7f3ddabe6fe965cab31 (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  | 
