Commit graph

14 commits

Author SHA1 Message Date
R. RyanTM f12df7e100 lazydocker: 0.10 -> 0.12 2021-03-27 15:04:19 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM 1ff209c988 lazydocker: 0.9 -> 0.10 2020-11-15 08:40:47 +00:00
R. RyanTM 265b1509c6 lazydocker: 0.8 -> 0.9 2020-06-14 19:22:13 +00:00
Oleksii Filonenko 63abe0af44 lazydocker: 0.7.6 -> 0.8 2020-02-10 19:55:48 +01:00
Oleksii Filonenko 1a5cdc8fc3
lazydocker: add filalex77 to maintainers 2019-12-05 18:12:34 +02:00
Oleksii Filonenko 7fa231a4d3
lazydocker: 0.7.4 -> 0.7.6 2019-12-05 18:12:19 +02:00
Mario Rodas ffc69d2019 lazydocker: use buildGoPackage 2019-09-21 04:31:00 -05:00
Roman Volosatovs 8d7f62083a
lazydocker: 0.7 -> 0.7.4 2019-09-11 10:39:25 +02:00
Eugene 53fa216b5a lazydocker: 0.5.5 -> 0.7 2019-08-18 13:34:52 +03:00
Will Dietz 32ff51cafb lazydocker: 0.5 -> 0.5.5 (#64484) 2019-07-09 13:18:35 -07:00
Raphael Das Gupta bbaee555c3 lazydocker: init at 0.5 (#64320) 2019-07-06 00:40:33 -07:00