Commit graph

7 commits

Author SHA1 Message Date
R. RyanTM 1ff4731640 gammy: 0.9.63 -> 0.9.64 2021-02-28 12:29:14 +00:00
R. RyanTM ea7bd6ba82 gammy: 0.9.62 -> 0.9.63 2021-01-29 02:26:10 +00:00
R. RyanTM 580dd1b6fb gammy: 0.9.59 -> 0.9.62 2021-01-18 20:57:33 +00:00
Profpatsch 4a7f99d55d 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
2021-01-11 10:38:22 +01:00
R. RyanTM aa7315e750 gammy: 0.9.58a -> 0.9.59 2020-10-18 08:43:57 +00:00
Atemu 5f45e68c6b
gammy: 0.9.58 -> 0.9.58a (#98864)
* gammy: 0.9.58 -> 0.9.58a

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2020-10-04 08:47:37 -05:00
Atemu 5b2db9151c gammy: init at 0.9.58 2020-07-14 00:44:08 +02:00