about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/docker-machine
AgeCommit message (Collapse)AuthorFilesLines
2021-08-20docker-machine-xhyve: buildFlags -> tagszowoq1-1/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak2-2/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob2-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch3-6/+6
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
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob5-5/+5
2020-08-10buildGoModule packages: set doCheck = falsezowoq2-2/+2
2020-07-31buildGoModule packages: editorconfig fixeszowoq2-2/+2
2020-07-12minikube: use src.rev as commitMario Rodas2-4/+4
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice2-4/+4
2020-04-30docker-machine-kvm2: test aarch64 buildzowoq1-0/+4
2020-04-30docker-machine-kvm2: use makefilezowoq1-7/+8
2020-04-30docker-machine-hyperkit: use makefilezowoq1-6/+7
2020-04-26docker-machine: use installShellFileszowoq1-7/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly5-5/+5
2020-03-07minikube: 1.5.2 -> 1.6.2Atkins1-1/+2
2020-03-07minikube: 1.3.1 -> 1.5.2Atkins1-1/+1
2020-03-07docker-machine-hyperkit: separate from minikubeAtkins1-0/+21
2020-03-07minikube: 1.2.0 -> 1.3.1Atkins1-16/+6
2019-12-21docker-machine-xhyve: fix file mode inconsistenciesMichael Roitzsch1-1/+7
File modes are not properly translated from L9P to host values. Instead, they are assumed to be identical, which is wrong on macOS. https://github.com/machine-drivers/docker-machine-driver-xhyve/pull/225
2019-12-21docker-machine-xhyve: support lib9p shared file systemMichael Roitzsch1-1/+8
The lib9p library for host-guest file sharing in xhyve needs to be built separately.
2019-12-21docker-machine-xhyve: 0.3.3 -> 0.4.0Michael Roitzsch2-24/+2
remove explicit dependencies, upstream vendorizes them properly
2019-12-10docker-machine-xhyve: update repository locationMichael Roitzsch1-2/+2
The zchee repository now redirects to machine-drivers.
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-3/+5
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-22docker-machine-kvm2: update for changes to minikubeAndrew Childs1-3/+5
In "minikube: 1.0.1 -> 1.2.0" [1], the package changed from buildGoPackage to buildGoModule. This package, docker-machine-kvm2, is built from the same sources and must follow the same packaging. [1] a12efe947f90ec816d5a9b5a03922a8eefd476bd
2019-08-15treewide: name -> pname (easy cases) (#66585)volth4-4/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-01-23docker-machine: 0.14.0 -> 0.16.1 (#54487)zimbatm1-7/+7
2018-10-20docker-machine-kvm2: use minikube version & sourceFranz Pletz1-8/+3
2018-10-20docker-machine-kvm: 0.8.2 -> 0.10.0Franz Pletz1-2/+2
2018-06-05docker-machine-kvm2: init at 0.27.0Tad Fisher1-0/+36
2018-03-11docker-machine: 0.13.0 -> 0.14.0Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-11-25docker-machine: 0.12.2 -> 0.13.0Maximilian Bode1-2/+2
2017-11-20docker-machine-xhyve: init darwin supportPeriklis Tsirakidis2-0/+48
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-09docker-machine: 0.12.0 -> 0.12.2Lancelot SIX1-2/+2
2017-07-25docker-machine: 0.10.0 -> 0.12.0Sergey Volkov1-2/+2
2017-03-07docker-machine: 0.9.0 -> 0.10.0Ryan Desfosses1-2/+2
2017-03-06docker-machine-kvm: 0.7.0 -> 0.8.2Peter Hoeg2-19/+15
2017-02-01docker-machine: 0.8.1 -> 0.9.0Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-11docker-machine: add bash completionJaka Hudoklin1-0/+5
2016-11-30docker-machine-kvm: init at 0.7.0Jaka Hudoklin2-0/+52
2016-09-30docker-machine: enable for darwinPeriklis Tsirakidis1-1/+1
2016-09-16docker-machine : add new packageMichaël Faille1-0/+28