Loading pkgs/by-name/pu/pulumi/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ callPackage, testers, pulumi, pulumiPackages, python3Packages, nix-update-script, _experimental-update-script-combinators, Loading Loading @@ -141,6 +142,8 @@ buildGoModule rec { version = "v${version}"; command = "PULUMI_SKIP_UPDATE_CHECK=1 pulumi version"; }; # Test building packages that reuse our version and src. inherit (pulumiPackages) pulumi-go pulumi-nodejs pulumi-python; # Pulumi currently requires protobuf4, but Nixpkgs defaults to a newer # version. Test that we can actually build the package with protobuf4. # https://github.com/pulumi/pulumi/issues/16828 Loading Loading
pkgs/by-name/pu/pulumi/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ callPackage, testers, pulumi, pulumiPackages, python3Packages, nix-update-script, _experimental-update-script-combinators, Loading Loading @@ -141,6 +142,8 @@ buildGoModule rec { version = "v${version}"; command = "PULUMI_SKIP_UPDATE_CHECK=1 pulumi version"; }; # Test building packages that reuse our version and src. inherit (pulumiPackages) pulumi-go pulumi-nodejs pulumi-python; # Pulumi currently requires protobuf4, but Nixpkgs defaults to a newer # version. Test that we can actually build the package with protobuf4. # https://github.com/pulumi/pulumi/issues/16828 Loading