Commit Graph

9 Commits

Author SHA1 Message Date
Bernardo Meurer
f8c5cfe463
brillo: set meta.mainProgram 2023-08-07 19:13:01 -04:00
R. Ryantm
c8978ddee4 brillo: 1.4.11 -> 1.4.12 2023-01-13 17:53:16 +08:00
R. Ryantm
4b3364fcb7 brillo: 1.4.10 -> 1.4.11 2022-12-18 21:24:42 +08:00
R. Ryantm
6ac74b47e2 brillo: 1.4.9 -> 1.4.10 2021-12-11 14:35:26 +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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
R. RyanTM
116106b406 brillo: 1.4.8 -> 1.4.9 2019-11-25 08:51:07 -08:00
Alex Rice
66611546f0 brillo: init at 1.4.8 2019-11-03 14:42:43 +01:00