summary refs log tree commit diff
path: root/pkgs/servers/hydron/default.nix
Commit message (Collapse)AuthorAge
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* hydron: unstable-2019-02-17 -> 3.0.4freezeboy2021-01-13
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* hydron: remove enableParallelBuilding = truezowoq2020-08-17
|
* buildGoPackage: remove platform.all from packageszowoq2020-08-15
|
* hydron: fix strict deps buildJörg Thalheim2020-03-23
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* hydron: 2018-10-08 -> 2019-02-17Okina Matara2019-03-23
|
* hydron: 2018-09-25 -> 2018-10-08隠岐奈2018-12-06
|
* hydron: 2018-08-18 -> 2018-09-25Okina Matara2018-09-25
|
* hydron: 2018-08-15 -> 2018-08-18Okina Matara2018-08-18
|
* hydron: 2018-07-30 -> 2018-08-15Okina Matara2018-08-15
|
* hydron: 2018-07-15 -> 2018-07-30Okina Matara2018-08-03
|
* hydron: init at 2018-07-15Okina Matara2018-07-18