Commit graph

12 commits

Author SHA1 Message Date
Eduardo Quiros 2df25fdee9
tut: 0.0.20 -> 0.0.26 2021-08-07 00:55:39 -06:00
Eduardo Quiros 7c5c0913e3
tut: 0.0.17 -> 0.0.20 2021-06-30 22:51:01 -06:00
Eduardo Quiros f035f1b667
tut: 0.0.14 -> 0.0.17 2021-02-06 20:32:39 -06:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Eduardo Quiros ec7c9a072b
tut: 0.0.13 -> 0.0.14
new release: https://github.com/RasmusLindroth/tut/releases/tag/0.0.14
2020-07-24 11:47:33 -06:00
Eduardo Quiros 995d057690 tut: 0.0.10 -> 0.0.13
new release with some minor improvements:
https://github.com/RasmusLindroth/tut/releases/tag/0.0.13
2020-07-17 18:12:18 -06:00
Eduardo Quiros 55900f88d6 tut: 0.0.9 -> 0.0.10 2020-06-29 13:26:21 -06:00
Eduardo Quiros a866a6b7f0 tut: 0.0.8 -> 0.0.9
There has been a new release that fixes a crash-causing bug.
https://github.com/RasmusLindroth/tut/releases/tag/0.0.9
2020-06-17 13:51:09 +02:00
Eduardo Quiros 1e80fc5d53 tut 0.0.7 -> 0.0.8 2020-05-09 09:04:12 +02:00
Eduardo Quiros 2d8ee2676c tut: 0.0.2 -> 0.0.7 2020-04-24 11:11:23 -06:00
Eduardo Quiros 20f9dae4f5
tut: init at 0.0.2 2020-04-04 16:22:36 -06:00