Pulumi packages - #14
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds several Pulumi language-host packages to this flake-based “mini-nixpkgs”, and updates repo wiring/docs so they can be built and listed alongside existing packages.
Changes:
- Added Go-based derivations for Pulumi language hosts:
pulumi-bun,pulumi-dotnet,pulumi-java, andpulumi-yaml(plus theirgomod2nix.tomlfiles). - Wired the new packages into
pkgs/default.nixand theMakefilebuild/deps flows, and introduced apulumiPackagesattribute inoverlayAttrs. - Updated the generated README package table and package-count badge.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates package-count badge and generated package list to include new Pulumi packages. |
| Makefile | Adds new Pulumi packages to GO_PKGS and the build target outputs. |
| pkgs/default.nix | Registers new Pulumi packages; adds a pulumiPackages attribute under overlayAttrs. |
| pkgs/pulumi-bun/default.nix | New derivation for Pulumi Bun language host (nested Go module). |
| pkgs/pulumi-bun/gomod2nix.toml | New (currently empty) gomod2nix dependency lockfile for pulumi-bun. |
| pkgs/pulumi-dotnet/default.nix | New derivation for Pulumi .NET language host (nested Go module). |
| pkgs/pulumi-dotnet/gomod2nix.toml | gomod2nix dependency lockfile for pulumi-dotnet. |
| pkgs/pulumi-java/default.nix | New derivation for Pulumi Java language host. |
| pkgs/pulumi-java/gomod2nix.toml | gomod2nix dependency lockfile for pulumi-java. |
| pkgs/pulumi-yaml/default.nix | New derivation for Pulumi YAML language host. |
| pkgs/pulumi-yaml/gomod2nix.toml | gomod2nix dependency lockfile for pulumi-yaml. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.