Ben Siraphob
|
108bdac3d9
|
pkgs/applications: 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 |
|
R. RyanTM
|
e8c2cf4ea2
|
node-problem-detector: 0.8.4 -> 0.8.5
|
2020-12-10 21:42:01 +00:00 |
|
R. RyanTM
|
bc6b53b6df
|
node-problem-detector: 0.8.3 -> 0.8.4
|
2020-09-05 08:32:53 +00:00 |
|
R. RyanTM
|
8e6d8fe9f3
|
node-problem-detector: 0.8.2 -> 0.8.3
|
2020-08-26 08:52:10 +02:00 |
|
zowoq
|
cea7cd902e
|
buildGoModule packages: set doCheck = false
|
2020-08-10 16:02:30 +10:00 |
|
R. RyanTM
|
e833b55bd0
|
node-problem-detector: 0.8.1 -> 0.8.2
|
2020-06-06 12:34:24 -04:00 |
|
Colin L Rice
|
d6162dab50
|
go-modules: Update files to use vendorSha256
|
2020-05-14 07:22:21 +01:00 |
|
Louis Blin
|
511cb624b7
|
node-problem-detector: init at 0.8.1
Package is missing, built from Golang sources on GitHub.
|
2020-04-06 08:35:22 +01:00 |
|