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: 3f36ec5d33c7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 741163efdb17
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 19, 2019

  1. _3llo: init at 0.3.0

    Simple CLI client for `trello.com`. It can be used like this:
    
    ```
    $ export TRELLO_USER=your_username
    $ export TRELLO_KEY=your_key
    $ export TRELLO_TOKEN=your_token
    $ ./result/bin/3llo
    ```
    
    I didn't create a module for this as I don't think that those secrets
    should live in the Nix store. Ideally `3llo` can be used from a script
    which retrieves secrets from some kind of password store like this:
    
    ```
    export TRELLO_KEY=$(pass show trello/key)
    export TRELLO_TOKEN=$(pass show trello/token)
    3llo $@
    ```
    Ma27 committed Aug 19, 2019
    Copy the full SHA
    0ad3568 View commit details
    Browse the repository at this point in the history
  2. ruby/bundlerApp: ignore gemset in env attribute set

    The `gemset` field can be an attribute set as well in `buildRubyGem`,
    however attribute sets can't be coerced to strings for the environment
    set.
    
    The impact should be relatively small as the environment variables are
    only used by the `runCommand` script for `bunlderApp` which doesn't
    refer to `gemset` at all.
    Ma27 committed Aug 19, 2019
    Copy the full SHA
    ebc4a41 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Merge pull request #65370 from Ma27/package-3llo

    _3llo: init at 0.3.0
    worldofpeace committed Aug 25, 2019
    Copy the full SHA
    741163e View commit details
    Browse the repository at this point in the history