Commit Graph

67 Commits

Author SHA1 Message Date
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
zowoq
b4d2d2d5a4 direnv: 2.32.2 -> 2.32.3
Diff: https://github.com/direnv/direnv/compare/v2.32.2...v2.32.3
2023-05-23 07:26:30 +10:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
kilianar
c8fcb7aeb8
direnv: 2.32.1 -> 2.32.2 (#202723)
https://github.com/direnv/direnv/releases/tag/v2.32.2
2022-11-25 10:47:01 +01:00
zowoq
bc575b1041 direnv: 2.32.0 -> 2.32.1
https://github.com/direnv/direnv/releases/tag/v2.32.1
2022-06-23 07:50:45 +10:00
zowoq
99647e7a12 direnv: 2.31.0 -> 2.32.0
https://github.com/direnv/direnv/releases/tag/v2.32.0
2022-06-14 07:56:44 +10:00
zimbatm
1864214bd6
direnv: maintained by numtide 2022-05-02 14:55:13 +02:00
zowoq
d0f89b148b
direnv: 2.30.3 -> 2.31.0 (#165878)
https://github.com/direnv/direnv/releases/tag/v2.31.0
2022-03-27 13:15:43 +02:00
zowoq
f77a556c73
direnv: 2.30.2 -> 2.30.3 (#153654)
https://github.com/direnv/direnv/releases/tag/v2.30.3
2022-01-06 18:31:36 +01:00
zowoq
ed3cc3b356
direnv: 2.30.1 -> 2.30.2 (#152648)
https://github.com/direnv/direnv/releases/tag/v2.30.2
2021-12-31 23:11:56 +01:00
zowoq
24400f9de8 direnv: 2.30.0 -> 2.30.1
https://github.com/direnv/direnv/releases/tag/v2.30.1
2021-12-25 07:24:47 +10:00
zowoq
f5f1851f19
direnv: 2.29.0 -> 2.30.0 (#151931)
https://github.com/direnv/direnv/releases/tag/v2.30.0
2021-12-24 01:13:12 +01:00
zowoq
29d1f6e1f6
direnv: 2.28.0 -> 2.29.0 (#147956)
https://github.com/direnv/direnv/releases/tag/v2.29.0
2021-11-30 15:29:03 +00:00
R. RyanTM
1cea164c3d direnv: 2.27.0 -> 2.28.0 2021-03-13 04:05:50 +00:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
Jonas Chevalier
1996ff7d42
direnv: 2.25.1 -> 2.27.0 (#108125) 2021-01-01 08:39:41 -08:00
R. RyanTM
17eeea5f0d direnv: 2.25.0 -> 2.25.1 2020-12-11 15:19:04 +00:00
R. RyanTM
8d6343a407 direnv: 2.24.0 -> 2.25.0 2020-12-04 09:28:03 +00:00
R. RyanTM
377c7b160b
direnv: 2.23.1 -> 2.24.0 (#104109) 2020-11-18 18:59:01 +01:00
zowoq
11c19be426 direnv: workaround hardcoded GOFLAGS 2020-11-18 08:13:34 +10:00
zimbatm
ae66cd924c
direnv: 2.23.0 -> 2.23.1 (#101487) 2020-10-23 21:39:29 +02:00
zimbatm
0f5cfbcaf8
direnv: 2.22.0 -> 2.23.0 (#100146) 2020-10-10 14:05:27 +00:00
zimbatm
6592980b19
direnv: 2.21.3 -> 2.22.0 (#97011) 2020-09-03 17:24:46 +02:00
zowoq
dc258976b4 direnv: enable checks 2020-08-15 00:45:30 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zimbatm
bc3b694a39
direnv: fix missing BASH_PATH (#89165)
This was broken by the switch to go modules (#87932) which doesn't
respect makeFlags.

Fixes #89129
2020-05-29 14:02:49 +00:00
zowoq
3871cee01c
direnv: switch to buildGoModule (#87932) 2020-05-16 10:10:39 +00:00
Christian Kampka
24f30cb73e
direnv: 2.21.2 -> 2.21.3 (#87278) 2020-05-08 16:41:52 +00:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zimbatm
be52945974
direnv: 2.21.1 -> 2.21.2 2020-01-28 20:59:44 +01:00
zimbatm
61c9405d4c
direnv: 2.21.0 -> 2.21.1 2020-01-26 14:23:32 +01:00
zimbatm
55250aae72
direnv: 2.20.1 -> 2.21.0 2020-01-25 16:09:45 +01: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
Jonathan Ringer
20fa4f63b7 direnv: 2.20.0 -> 2.20.1 2019-06-18 18:21:14 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
zimbatm
f88d9c3c96
direnv: 2.19.2 -> 2.20.0 2019-03-31 21:15:16 +02:00
Wael M. Nasreddine
738d4362d1
direnv: 2.19.0 -> 2.19.2 2019-02-14 13:42:31 -08:00
Will Dietz
a3585a6ab9 direnv: 2.18.2 -> 2.19.0 2019-01-13 17:35:00 -06:00
Jörg Thalheim
3681fa5456
direnv: make cross-compile on windows 2018-11-24 10:43:47 +00:00
Jörg Thalheim
6d9a35a6de
direnv: 2.17.0 -> 2.18.2 2018-11-24 00:16:01 +00:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Vladyslav Mykhailichenko
696861f9a6 direnv: 2.15.1 -> 2.17.0 2018-06-20 09:11:04 +03:00
zimbatm
c5d257df41 direnv: 2.15.0 -> 2.15.1 2018-02-25 11:50:25 +00:00
zimbatm
835d8e5c21 direnv: 2.14.0 -> 2.15.0 2018-02-23 22:42:20 +00:00
zimbatm
cac2cdd39b direnv: 2.13.3 -> 2.14.0 2017-12-13 15:33:45 +00:00
zimbatm
cc1d7a358f direnv: 2.13.2 -> 2.13.3 2017-11-30 18:14:42 +00:00
zimbatm
6499c311d5 direnv: 2.13.1 -> 2.13.2 2017-11-28 21:52:40 +00:00
Daniel Peebles
416979f3f7 Merge pull request #30150 from copumpkin/no-rpath-nonsense
Get rid of most @rpath nonsense on Darwin
2017-10-08 16:21:27 -04:00