Commit graph

11 commits

Author SHA1 Message Date
R. RyanTM 0dcffb7b0f flexibee: 2020.2.6 -> 2021.2.1 2021-08-07 22:41:04 +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 b3bd7bfe28 flexibee: 2020.2.3.1 -> 2020.2.6 2020-11-01 15:13:08 -08:00
R. RyanTM df2317a6e3 flexibee: 2020.2.1.2 -> 2020.2.3.1 2020-08-26 08:51:25 +02:00
R. RyanTM 62d18f7873 flexibee: 2019.3.1.3 -> 2020.2.1.2 2020-07-07 10:07:18 -07:00
R. RyanTM 8c3694a24e flexibee: 2019.3.1.1 -> 2019.3.1.3 2019-12-23 02:04:43 -08:00
R. RyanTM 401655ed83 flexibee: 2019.3.0.7 -> 2019.3.1.1 2019-12-07 22:44:17 -08:00
Marek Mahut 0534e9c4b3 flexibee: 2019.3.0.3 -> 2019.3.0.7 2019-11-03 16:43:55 +01:00
Marek Mahut ee71de7240 flexibee: adding flexibee-server 2019-11-03 16:43:55 +01:00
R. RyanTM 9f850a282f flexibee: 2019.2.5 -> 2019.3.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flexibee/versions
2019-10-06 23:12:43 -07:00
Marek Mahut 202399f34e flexibee: init at 2019.2.5 2019-08-07 15:04:10 +02:00