diff options
| author | tv <tv@krebsco.de> | 2022-03-05 10:03:50 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2022-03-05 11:09:30 +0100 |
| commit | bf23d7c83bdbe1d0ff99759a754cecfffed8ccd1 (patch) | |
| tree | 96d156e10721bff533bff77ebdf5018b385682ce /tv/5pkgs/default.nix | |
| parent | 49b17ef89e9daf0748fe8b1f544e3c4cad43aa25 (diff) | |
tv pkgs: move cr to simple
Diffstat (limited to 'tv/5pkgs/default.nix')
| -rw-r--r-- | tv/5pkgs/default.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tv/5pkgs/default.nix b/tv/5pkgs/default.nix index ea860c7..d1b73db 100644 --- a/tv/5pkgs/default.nix +++ b/tv/5pkgs/default.nix @@ -22,21 +22,6 @@ fix // { - cr = self.writeDashBin "cr" '' - set -efu - if test -n "''${XDG_RUNTIME_DIR-}"; then - cache_dir=$XDG_RUNTIME_DIR/chromium-disk-cache - else - cache_dir=/tmp/chromium-disk-cache_$LOGNAME - fi - export LC_TIME=de_DE.utf8 - exec ${self.chromium}/bin/chromium \ - --ssl-version-min=tls1 \ - --disk-cache-dir="$cache_dir" \ - --disk-cache-size=50000000 \ - "$@" - ''; - dhcpcd = overrideDerivation super.dhcpcd (old: { configureFlags = old.configureFlags ++ [ "--dbdir=/var/lib/dhcpcd" |
