Alexis Hildebrandt
|
f8c4a98e8e
|
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
|
2024-06-09 23:08:46 +02:00 |
|
Stefan Frijters
|
ce845d58a1
|
urserver: use finalAttrs instead of rec
|
2024-03-25 23:25:39 +01:00 |
|
Stefan Frijters
|
ad594b4503
|
urserver: 3.10.0.2467 -> 3.13.0.2505
|
2024-03-25 23:22:16 +01:00 |
|
Robert Scott
|
61c35da607
|
treewide/servers,tools: add sourceType binaryNativeCode for many packages
|
2022-06-16 20:21:42 +01:00 |
|
Stefan Frijters
|
f55f19f363
|
urserver: 3.9.0.2465 -> 3.10.0.2467
|
2021-08-13 15:10:27 +02:00 |
|
Stefan Frijters
|
a8ce931064
|
urserver: 3.6.0.745 -> 3.9.0.2465
|
2021-03-04 23:34:50 +01:00 |
|
Ben Siraphob
|
872973d7d1
|
pkgs/servers: stdenv.lib -> lib
|
2021-01-15 14:24:03 +07: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 |
|
Stefan Frijters
|
ef062c1297
|
urserver: init at 3.6.0.745
|
2020-08-09 12:33:37 -07:00 |
|