Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d1473e031e9f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 72724911941e
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 4, 2019

  1. pulumi: install providers and add update script

    Without providers (also called plugins) pulumi doesn't do much. The way
    they work, if you want to use a provider, pulimi will look for it in
    your PATH, and if not found it will download it. Providers are just
    executables, but third party binaries usually don't work on nixos unless
    they are patched with the patchelf utility. Because of that, I'm
    installing some patched providers with the main pulumi binary.
    
    I'm also adding a small script helper to generate the hashes for all the
    binaries.
    jlesquembre committed Nov 4, 2019
    Copy the full SHA
    7622f30 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Merge pull request #72373 from jlesquembre/pulumi-fix

    pulumi: install providers and add update script
    veprbl committed Nov 6, 2019
    Copy the full SHA
    7272491 View commit details
    Browse the repository at this point in the history