Commit Graph

31 Commits

Author SHA1 Message Date
R. Ryantm
3f36810e15 colima: 0.6.8 -> 0.6.9 2024-05-18 12:28:54 +00:00
R. Ryantm
36a0363e6f colima: 0.6.7 -> 0.6.8 2024-02-03 06:58:31 +00:00
Weijia Wang
e377a77e8d colima: 0.6.6 -> 0.6.7 2023-12-10 20:01:12 +01:00
R. Ryantm
7e150fb887 colima: 0.6.5 -> 0.6.6 2023-12-10 00:48:56 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Silvan Mosberger
617b95347a colima: 0.6.0 -> 0.6.5 2023-11-25 16:20:37 +01:00
R. Ryantm
fa07aaf5a9 colima: 0.5.6 -> 0.6.0 2023-11-25 16:11:48 +01:00
R. Ryantm
e78ba9972f colima: 0.5.5 -> 0.5.6 2023-10-08 03:26:55 +00:00
Dennis Bogers
f7d089c903 colima: 0.5.4 -> 0.5.5 2023-05-23 17:44:54 +02:00
Thibault Gagnaux
370d17fc79
colima: disable flaky test
Disable the flaky `Test_extractZones` by excluding the gvproxy package.
2023-03-16 08:30:49 +01:00
R. Ryantm
0fa6ab1de5 colima: 0.5.3 -> 0.5.4 2023-03-11 10:32:13 +00:00
R. Ryantm
fd296e5d4d colima: 0.5.2 -> 0.5.3 2023-03-07 09:06:11 +00:00
Thibault Gagnaux
332073ba42
colima: add darwin tools to native build inputs 2023-03-06 10:00:12 +01:00
Thibault Gagnaux
d23c04cdbd
colima: build and test all packages 2023-03-06 09:42:37 +01:00
Thibault Gagnaux
cd20e3b85e
colima: patch sw_vers on darwin 2023-03-06 09:13:58 +01:00
tricktron
06a3791603
colima: make lima derivation configurable
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-02-05 13:56:26 +01:00
Thibault Gagnaux
e75161f4ba
colima: add comment on why we use lima-bin on darwin 2023-01-29 17:15:06 +01:00
Thibault Gagnaux
75617407d2
colima: use lima-bin on darwin for native macOS virtualization support 2023-01-27 17:15:00 +01:00
Andreas Schmid
2d1dee4f6a colima: 0.5.0 -> 0.5.2
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-12-28 12:19:15 +01:00
R. Ryantm
832dea892d colima: 0.4.6 -> 0.5.0 2022-12-21 20:58:22 +08:00
R. Ryantm
17c43ab2c8 colima: 0.4.5 -> 0.4.6 2022-10-09 07:20:35 +00:00
R. Ryantm
2f96a8dabf colima: 0.4.4 -> 0.4.5 2022-09-27 05:31:43 +00:00
tricktron
ac8fadc7f3
colima: 0.4.2 -> 0.4.4 (#179522)
* colima: use updated Makefile in build and install phases

* colima: use lima-unwrapped

* colima: fix dynamic version

* colima: 0.4.2 -> 0.4.3

* colima: delete .git folder in postfetch when `leaveDotGit = true`

Otherwise it may lead to non-deterministic behaviour.

Co-authored-by: j-k <dev@j-k.io>

* colima: do not override default buildGoModule phases

The colima Makefile does more or less the same as the `buildGoModule`
implementation. Instead of overriding it and using the Makefile
directly, we reproduce the behaviour desired behaviour by customising
env variables, e.g. `ldflags` and `subPackages`.

Co-authored-by: j-k <dev@j-k.io>

* colima: use `buildGoModule = buildGo118Module;`

Co-authored-by: j-k <dev@j-k.io>

* colima: update meta.description

Co-authored-by: j-k <dev@j-k.io>

* colima: set `CGO_ENABLED = 1` to make VPN connections work

See https://github.com/abiosoft/colima/issues/358

* colima: 0.4.3 -> 0.4.4

* colima: define all ldflags in preConfigure

Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* colima: add version test

* colima: add meta.mainProgram and meta.platforms

* colima: remove unused runCommand input

Co-authored-by: j-k <dev@j-k.io>

* colima: cleanup meta

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* colima: drop meta.platforms

because we use the default value of `platforms.darwin ++
platforms.linux`

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* Update pkgs/applications/virtualization/colima/default.nix

Co-authored-by: j-k <dev@j-k.io>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-04 13:28:02 +02:00
Andreas Schmid
09c911a42a colima: 0.3.4 -> 0.4.2
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-05-28 18:47:39 +02:00
Atemu
6a065534bb colima: embed version and git revision
These are shown on `colima version`

See also https://github.com/abiosoft/colima/issues/301
2022-05-21 19:43:46 +02:00
R. Ryantm
2518644ff6 colima: 0.3.3 -> 0.3.4 2022-03-08 03:26:24 +00:00
R. Ryantm
ae3fc71834 colima: 0.3.2 -> 0.3.3 2022-02-18 19:30:10 +10:00
Andreas Schmid
d8062c345d colima: 0.3.1 -> 0.3.2
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-01-16 08:40:51 +10:00
Andreas Schmid
c1d77e4dd1 colima: 0.2.2 -> 0.3.1
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-01-14 20:43:55 +10:00
zowoq
17b3ec07e0 colima: update vendorSha256 2022-01-11 06:31:22 +10:00
Andreas Schmid
c4dbe8fe65 colima: init at 0.2.2
`colima` is a very easy usable replacement for Docker Desktop on MacOS.

Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-12-12 19:54:54 +10:00