Commit Graph

10 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
b4b1798280 microdnf: 3.9.1 -> 3.10.0 2023-06-18 13:55:13 +00:00
R. Ryantm
1addbc3aca microdnf: 3.9.0 -> 3.9.1 2022-09-10 00:38:31 +00:00
R. Ryantm
0ca8b74424 microdnf: 3.8.1 -> 3.9.0 2022-08-16 00:52:52 +00:00
R. Ryantm
1ac8174813 microdnf: 3.8.0 -> 3.8.1 2022-03-12 14:59:20 +00:00
R. Ryantm
bd187735d9 microdnf: 3.7.1 -> 3.8.0 2021-12-09 10:25:56 +00:00
Marc Seeger
2ad0ace552 microdnf: 3.6.0 -> 3.7.1 2021-02-11 18:41:34 -08: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
Marc Seeger
638eefae70 microdnf: init at 3.6.0 2020-12-22 15:48:59 -08:00