Alyssa Ross
|
153bfc9966
|
treewide: use isx86 where appropriate
|
2022-07-30 16:21:10 +00:00 |
|
Alyssa Ross
|
5330c0a1af
|
treewide: use isAarch where appropriate
|
2022-07-30 16:18:27 +00:00 |
|
Sergei Trofimovich
|
f7e03a6a4e
|
nmon: 16m -> 16n
|
2021-11-18 17:36:34 +00:00 |
|
Julien Moutinho
|
85a18cf3fe
|
nmon: fix cross-compiling
|
2021-10-19 21:13:48 +02: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
|
16a0e7d3f0
|
nmon: 16k -> 16m
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
|
2019-10-07 12:14:31 -07:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Frederik Rietdijk
|
25a77b7210
|
Merge staging-next into staging
|
2019-07-03 08:59:42 +02:00 |
|
R. RyanTM
|
00f08c6c64
|
nmon: 16j -> 16k
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
|
2019-07-01 19:27:34 -07:00 |
|
worldofpeace
|
3f4a353737
|
treewide: use dontUnpack
|
2019-07-01 04:23:51 -04:00 |
|
R. RyanTM
|
d444d6907f
|
nmon: 16i -> 16j
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
|
2019-04-16 18:47:03 +02:00 |
|
R. RyanTM
|
21650abd8a
|
nmon: 16h -> 16i
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
|
2019-03-10 20:36:52 -07:00 |
|
R. RyanTM
|
1dcc1f250b
|
nmon: 16g -> 16h
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
|
2019-01-07 13:48:55 -08:00 |
|
Mathis Antony
|
25b3d27257
|
nmon: init at 16g
|
2018-04-01 00:45:56 -05:00 |
|