about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pipework
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-10-04treewide: remove cstrahan from meta.maintainers - part 1Anderson Torres1-1/+1
All the packages here are now orphaned.
2022-03-30pipework: remove dhcp packageMartin Weinelt1-2/+2
Pipework can optionally use dhclient, but supports other dhcp clients as well, so we can safely remove it.
2021-04-04iproute: deprecate aliasSandro Jäckel1-2/+2
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-02-26pipework: 2015-07-30 -> 2017-08-22Jörg Thalheim1-5/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov1-1/+1
2015-08-10pipework: init at 2015-07-30Charles Strahan1-0/+28
Pipework lets you connect together containers in arbitrarily complex scenarios. Pipework uses cgroups and namespace and works with "plain" LXC containers (created with lxc-start), and with the awesome Docker.