Commit Graph

8 Commits

Author SHA1 Message Date
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Sandro Jäckel
5a500da7c2
stig: Disable failing tests on darwin 2020-12-08 04:39:10 +01:00
R. RyanTM
a7c3c39bf3 stig: 0.11.0a -> 0.11.2a0 2020-07-11 03:22:42 +00:00
Julien Moutinho
d8f46b9da0 stig: update to 0.11.0a 2020-06-06 11:52:30 +02:00
Julien Moutinho
3fe7332383
stig: use pytestCheckHook (#85364) 2020-04-23 23:55:05 -04:00
Mario Rodas
5b17f17f79
stig: fix build 2020-04-04 16:20:00 -05:00
Doron Behar
1859271a4b stig: init at 0.10.1a0 (#67233) 2019-08-25 16:42:41 +02:00