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: ddb2c7779e48
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0e354d87bcca
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 9, 2020

  1. terraform-providers.keycloak: use pname

    We will be relying on the pname to figure out where to link the plugin.
    zimbatm committed Oct 9, 2020
    Copy the full SHA
    3f49e5b View commit details
    Browse the repository at this point in the history
  2. terraform: fix withPlugins

    Move the providerSourceAddress fallback to the terraform.withPlugins
    function. Since plugins can be arbitrary derivations, there is no
    guarantee that this attribute will be exposed.
    
    While doing that I also cleaned the toDrv function to only pass
    attributes to the builder which are required by the build.
    
    The Terraform 0.13 fallback slug has changed from
    `nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
    as the owner is also not always available. As a nixpkgs user, all I know
    is that the provider is in nixpkgs and his name, the owner information
    is not necessarily easy to get by.
    zimbatm committed Oct 9, 2020
    Copy the full SHA
    c79ff8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #100072 from zimbatm/tf-0.13-fixups

    terraform-full: fix evaluation
    zimbatm committed Oct 9, 2020
    Copy the full SHA
    0e354d8 View commit details
    Browse the repository at this point in the history