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 |
|