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: 2b75a7266c41
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 134c5cc8dbf3
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 1, 2018

  1. termite: factor wrapper out into its own file (#43691)

    Until now it's impossible to override the attrs of the actual build
    instruction for the `termite` package like this:
    
    ```
    termite.overrideAttrs (_: {
      # ...
    })
    ```
    
    This issue occurs since the `termite/default.nix` expressions returns
    the `symlinkJoin` expression when I override termite (e.g. to provide a
    config file).
    
    I recently patched termite and wanted to apply this patch to my local
    termite installation in my system config which is impossible this, so
    splitting the wrapper and the build instruction into their own files
    makes this way easier to maintian.
    Ma27 authored and xeji committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    134c5cc View commit details
    Browse the repository at this point in the history