incus/client: make platform list more permissive

This commit is contained in:
Nikodem Rabuliński 2024-04-21 18:37:13 +02:00
parent 152632627e
commit 259a8a6546
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,6 @@ in
buildGoModule {
inherit
meta
patches
pname
src
@ -39,4 +38,8 @@ buildGoModule {
# don't run the full incus test suite
doCheck = false;
meta = meta // {
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
}