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: 42b59439e766
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f7abcb0752c0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 3, 2018

  1. fetchs3: allow to name the derivation output (#39823)

    * fetchs3: add configurable name
    
    Change the default from "foo" to the basename of the s3 URL and make it
    configurable.
    
    * fetchs3: fix error on missing credentials.session_token
    
    The session token should default to null instead of failing
    
    * fetchs3: make use of the region argument
    
    Set it to null if you don't want to use it
    
    * fetchs3: prefer local build
    
    Fetcher-types spend more time on network than CPU
    zimbatm committed May 3, 2018
    Configuration menu
    Copy the full SHA
    f7abcb0 View commit details
    Browse the repository at this point in the history