summary refs log tree commit diff
path: root/pkgs/tools/text/diffr
Commit message (Collapse)AuthorAge
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* buildRustPackage: remove platform.all from packageszowoq2020-08-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* diffr: 0.1.2 -> 0.1.4David Wood2020-03-31
|
* diffr: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-27
| | | | Infra upgrade as part of #79975; no functional change expected.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | 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.
* diffr: init at 0.1.2David Wood2019-09-26
Signed-off-by: David Wood <david@davidtw.co>