colima: build and test all packages

This commit is contained in:
Thibault Gagnaux 2023-03-06 09:42:37 +01:00
parent cd20e3b85e
commit d23c04cdbd
No known key found for this signature in database
GPG key ID: 44BD0764ACAE8E25

View file

@ -43,8 +43,6 @@ buildGoModule rec {
-X github.com/abiosoft/colima/config.revision=$(cat .git-revision)"
'';
subPackages = [ "cmd/colima" ];
postPatch = lib.optionalString stdenv.isDarwin ''
substituteInPlace util/util.go \
--replace 'sw_vers' "${darwin.DarwinTools}/bin/sw_vers"