| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bat: 0.18.0 -> 0.18.1 | R. RyanTM | 2021-05-14 | 1 | -3/+3 |
| * | bat: 0.17.1 -> 0.18.0•••https://github.com/sharkdp/bat/releases/tag/v0.18.0 | Mario Rodas | 2021-03-01 | 1 | -3/+6 |
| * | pkgs/tools: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -2/+2 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | bat: Add test | Tim Steinbach | 2020-11-28 | 1 | -0/+3 |
| * | bat: 0.17.0 -> 0.17.1 | 06kellyjac | 2020-11-24 | 1 | -3/+3 |
| * | bat: 0.16.0 -> 0.17.0 | 06kellyjac | 2020-11-24 | 1 | -3/+3 |
| * | bat: drop darwin workaround | zowoq | 2020-10-22 | 1 | -5/+0 |
| * | bat: fix darwin build | zowoq | 2020-10-04 | 1 | -0/+5 |
| * | bat: 0.15.4 -> 0.16.0•••https://github.com/sharkdp/bat/releases/tag/v0.16.0 | zowoq | 2020-10-03 | 1 | -13/+20 |
| * | buildRustPackage: remove platform.all from packages | zowoq | 2020-08-16 | 1 | -1/+0 |
| * | bat: add maintainer | zowoq | 2020-06-08 | 1 | -1/+1 |
| * | bat: remove unnecessary fetchSubmodules•••submodules have already been converted to binary assets and checked into the repo | zowoq | 2020-06-07 | 1 | -2/+1 |
| * | bat: 0.15.3 -> 0.15.4 | Lily Ballard | 2020-05-27 | 1 | -3/+3 |
| * | bat: 0.15.1 -> 0.15.3 | Lily Ballard | 2020-05-26 | 2 | -25/+5 |
| * | bat: 0.15.0 -> 0.15.1 | Lily Ballard | 2020-05-11 | 2 | -3/+21 |
| * | bat: 0.14.0 -> 0.15.0•••Changelog: https://github.com/sharkdp/bat/releases/tag/v0.15.0 | Mario Rodas | 2020-04-25 | 1 | -3/+3 |
| * | bat: 0.13.0 -> 0.14.0•••Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0 | Mario Rodas | 2020-04-22 | 1 | -3/+3 |
| * | bat: 0.12.1 -> 0.13.0•••Changelog: https://github.com/sharkdp/bat/releases/tag/v0.13.0 | Mario Rodas | 2020-03-22 | 1 | -6/+6 |
| * | bat: upgrade cargo fetcher and cargoSha256•••Infra upgrade as part of #79975; no functional change expected. | Benjamin Hipple | 2020-02-15 | 1 | -4/+1 |
| * | treewide: change fetchCargoTarball default to opt-out•••Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details. | Benjamin Hipple | 2020-02-13 | 1 | -0/+3 |
| * | bat: insert less into PATH•••The default pager for `bat` is `less -RF --no-init`. Overriding this to `less -RF` in order to enable alternate screen behavior (e.g. page up/down keys) causes the `-F` flag to behave badly in the version of `less` shipped on macOS. The simplest way to fix this is to simply put Nix's `less` into the `PATH` so it takes precedence. | Lily Ballard | 2019-12-22 | 1 | -3/+10 |
| * | bat: update dependencies•••Remove zlib, this is no longer a dependency as of at least 0.12.0. While we're at it, switch to using installShellFiles to install the manpage/completion. | Lily Ballard | 2019-10-07 | 1 | -5/+5 |
| * | bat: 0.12.0 -> 0.12.1 | xrelkd | 2019-09-03 | 1 | -3/+3 |
| * | bat: 0.11.0 -> 0.12.0 | Vladyslav M | 2019-09-01 | 1 | -5/+7 |
| * | bat: 0.10.0 -> 0.11.0•••Also add myself as a maintainer, and set platforms to `all`. | Lily Ballard | 2019-05-15 | 1 | -7/+8 |
| * | bat: 0.9.0 -> 0.10.0 | dywedir | 2019-02-08 | 1 | -3/+3 |
| * | bat: don't install shell completions•••Currently having the shell completions makes it impossible to complete filenames. Upstream Issue: https://github.com/sharkdp/bat/issues/372 | worldofpeace | 2019-01-25 | 1 | -7/+0 |
| * | bat: 0.8.0 -> 0.9.0 | Vladyslav Mykhailichenko | 2018-11-11 | 1 | -6/+3 |
| * | bat: fix build on darwin | Vladyslav Mykhailichenko | 2018-11-03 | 1 | -0/+3 |
| * | bat: 0.7.1 -> 0.8.0 | Vladyslav Mykhailichenko | 2018-10-18 | 1 | -3/+10 |
| * | bat: 0.7.0 -> 0.7.1 (#47216) | Vladyslav M | 2018-09-23 | 1 | -3/+3 |
| * | bat: install man page (#47099) | Mario Rodas | 2018-09-21 | 1 | -0/+4 |
| * | bat: 0.6.1 -> 0.7.0 | Vladyslav Mykhailichenko | 2018-09-13 | 1 | -7/+7 |
| * | bat: 0.6.0 -> 0.6.1 | Vladyslav Mykhailichenko | 2018-09-01 | 1 | -2/+2 |
| * | bat: 0.5.0 -> 0.6.0 | Vladyslav Mykhailichenko | 2018-08-29 | 1 | -3/+3 |
| * | bat: 0.4.1 -> 0.5.0 (#45425) | Vladyslav M | 2018-08-21 | 1 | -3/+4 |
| * | bat: support darwin | Mathias Schreck | 2018-06-06 | 1 | -2/+6 |
| * | bat: 0.3.0 -> 0.4.1 (#41348) | Vladyslav M | 2018-06-01 | 1 | -5/+5 |
| * | bat: 0.2.0 -> 0.3.0 | Vladyslav Mykhailichenko | 2018-05-09 | 1 | -6/+6 |
| * | bat: init at 0.2.0 | Matthias Beyer | 2018-05-01 | 1 | -0/+25 |
