Commit graph

15 commits

Author SHA1 Message Date
Nicolas Berbiche 4efe1320e9
bottom: 0.6.1 -> 0.6.2 2021-06-26 17:25:04 -04:00
Nicolas Berbiche 4ff5a02f4b
bottom: 0.6.0 -> 0.6.1 2021-05-11 22:20:10 -04:00
fortuneteller2k 8f02e3bb29 bottom: add missing dependencies when on darwin 2021-05-12 11:13:57 +09:00
Nicolas Berbiche 062526f732
bottom: 0.5.7 -> 0.6.0 2021-05-09 22:54:40 -04:00
Nicolas Berbiche 8eed0e2095 bottom: add meta.mainProgram 2021-05-09 15:14:04 +02:00
Nicolas Berbiche 4cdfe50ce0
bottom: 0.5.6 -> 0.5.7 2021-01-30 23:04:38 -05:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Milan Pässler 37a9fb0a4a bottom: fix build on aarch64 2020-12-20 13:03:18 +01:00
Nicolas Berbiche 71ca741ab2 bottom: 0.5.4 -> 0.5.6 2020-12-20 02:53:35 +01:00
R. RyanTM 04de674c5e bottom: 0.5.3 -> 0.5.4 2020-12-11 10:39:54 +00:00
Mario Rodas b07f6b1024 bottom: install completions 2020-11-27 04:20:00 +00:00
Nicolas Berbiche f0dfa24190
bottom: 0.5.1 -> 0.5.3 2020-11-26 20:19:12 -05:00
Bart Brouns b10d7f3bb3 bottom: 0.4.7 -> 0.5.1 2020-11-23 11:36:48 +01:00
Nicolas Berbiche f4ede1e1ba
bottom: init at 0.4.7
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2020-09-30 12:44:06 -04:00