Loading pkgs/by-name/in/incus/client.nix +4 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ in buildGoModule { inherit meta patches pname src Loading @@ -39,4 +38,8 @@ buildGoModule { # don't run the full incus test suite doCheck = false; meta = meta // { platforms = lib.platforms.linux ++ lib.platforms.darwin; }; } Loading
pkgs/by-name/in/incus/client.nix +4 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ in buildGoModule { inherit meta patches pname src Loading @@ -39,4 +38,8 @@ buildGoModule { # don't run the full incus test suite doCheck = false; meta = meta // { platforms = lib.platforms.linux ++ lib.platforms.darwin; }; }