Commit graph

16 commits

Author SHA1 Message Date
R. RyanTM 04ee910d53 tridactyl-native: 1.20.3 -> 1.20.4 2021-01-23 10:36:17 +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 d668ebf129 tridactyl-native: 1.20.2 -> 1.20.3 2020-12-01 23:27:35 -08:00
R. RyanTM 4205938c6e tridactyl-native: 1.20.1 -> 1.20.2 2020-11-01 17:18:26 -08:00
R. RyanTM 21a2c12fe7 tridactyl-native: 1.20.0 -> 1.20.1 2020-09-23 02:39:29 +00:00
R. RyanTM d7132e41f9 tridactyl-native: 1.19.1 -> 1.20.0 2020-08-14 02:46:05 +00:00
R. RyanTM 0855b42593 tridactyl-native: 1.19.0 -> 1.19.1 2020-06-09 18:25:34 +00:00
R. RyanTM 478c89d77e tridactyl-native: 1.18.1 -> 1.19.0 2020-05-21 16:53:55 +00:00
R. RyanTM 7e5dbecac3 tridactyl-native: 1.17.1 -> 1.18.1 2020-05-04 21:13:29 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM afc9dc248a tridactyl-native: 1.17.0 -> 1.17.1 2019-11-25 11:19:49 -08:00
R. RyanTM f2d81e480f tridactyl-native: 1.16.3 -> 1.17.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tridactyl-native/versions
2019-10-21 13:44:29 -07:00
R. RyanTM 09148726a2 tridactyl-native: 1.16.2 -> 1.16.3 (#66874)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tridactyl-native/versions
2019-08-19 13:28:57 +02:00
R. RyanTM 6fe71e632c tridactyl-native: 1.15.0 -> 1.16.2 (#64793)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tridactyl-native/versions
2019-07-15 18:57:33 +02:00
R. RyanTM a1961db5f8 tridactyl-native: 1.14.9 -> 1.15.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tridactyl-native/versions
2019-06-01 08:17:44 -07:00
Timo Kaufmann 53b08beea6
tridactyl-native: init at 1.14.9 (#61703) 2019-05-28 13:14:06 +02:00