Alexis Hildebrandt
|
755b915a15
|
treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
2024-06-09 23:07:45 +02:00 |
|
h7x4
|
8121f3559a
|
treewide: add mainProgram
|
2024-02-11 03:19:15 +01:00 |
|
Sandro Jäckel
|
3ad7d71afe
|
treewide: don't set platforms.unix for buildGoModule
|
2023-06-13 17:54:26 +03:00 |
|
Eduardo Quiros
|
b5feb73795
|
tut: 2.0.0 -> 2.0.1
Diff: https://github.com/RasmusLindroth/tut/compare/2.0.0...2.0.1
|
2023-01-26 18:30:14 -06:00 |
|
Eduardo Quiros
|
730163b3ed
|
tut: 1.0.34 -> 2.0.0
|
2023-01-25 00:22:01 -06:00 |
|
R. Ryantm
|
e08a539647
|
tut: 1.0.30 -> 1.0.34
|
2023-01-09 00:15:40 +00:00 |
|
R. Ryantm
|
f1da0f9c84
|
tut: 1.0.26 -> 1.0.30
|
2022-12-26 00:47:33 +00:00 |
|
R. Ryantm
|
0c28043e19
|
tut: 1.0.25 -> 1.0.26
|
2022-12-19 21:23:10 +00:00 |
|
R. Ryantm
|
a3f4f11aed
|
tut: 1.0.24 -> 1.0.25
|
2022-12-14 20:50:34 +00:00 |
|
R. Ryantm
|
9a566af92d
|
tut: 1.0.23 -> 1.0.24
|
2022-12-07 04:06:14 +00:00 |
|
R. Ryantm
|
3b9bc1320a
|
tut: 1.0.22 -> 1.0.23
|
2022-11-30 03:37:49 +00:00 |
|
R. Ryantm
|
7e30f1beb6
|
tut: 1.0.19 -> 1.0.22
|
2022-11-27 11:19:47 +00:00 |
|
Eduardo Quiros
|
36a7a78ed5
|
tut: 1.0.17 -> 1.0.19
|
2022-11-21 13:09:52 -06:00 |
|
R. Ryantm
|
460d0c73c7
|
tut: 1.0.16 -> 1.0.17
|
2022-08-14 03:21:34 +00:00 |
|
R. Ryantm
|
92b42d8343
|
tut: 1.0.15 -> 1.0.16
|
2022-08-03 00:03:49 +00:00 |
|
R. Ryantm
|
e22e418eca
|
tut: 1.0.14 -> 1.0.15
|
2022-07-31 04:00:37 +00:00 |
|
Eduardo Quiros
|
709a19ad38
|
tut: 1.0.13 -> 1.0.14
|
2022-07-22 02:34:32 -06:00 |
|
Eduardo Quiros
|
3307f29bd7
|
tut: 0.0.46 -> 1.0.13
|
2022-07-17 04:43:47 -06:00 |
|
Eduardo Quiros
|
02900c458d
|
tut: 0.0.42 -> 0.0.46
|
2022-05-04 19:51:44 -06:00 |
|
R. Ryantm
|
2b260cc795
|
tut: 0.0.41 -> 0.0.42
|
2021-12-06 11:55:43 +00:00 |
|
Eduardo Quiros
|
4982ca6e67
|
tut: 0.0.36 -> 0.0.41
|
2021-11-27 04:01:03 -06:00 |
|
R. Ryantm
|
bb2053b215
|
tut: 0.0.33 -> 0.0.36
|
2021-10-28 13:43:06 +00:00 |
|
R. RyanTM
|
cfd256e15b
|
tut: 0.0.27 -> 0.0.33
|
2021-09-15 03:48:38 +00:00 |
|
Eduardo Quiros
|
21e4e62d29
|
tut: 0.0.26 -> 0.0.27
|
2021-08-20 21:29:32 -06:00 |
|
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 |
|