Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 185ab27b8a2f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 4277563ac9a4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 20, 2019

  1. autojump: creates links required by oh-my-zsh for autojump.

    The autojump plugin in oh-my-zsh assumes autojump.zsh resides in
    /run/current-system/sw/share/autojump/ but these links are not created
    by default.
    
    The new programs.autojump.enable option forces the creation of these
    links.
    
    (cherry picked from commit 0d749e5)
    Signed-off-by: Domen Kožar <domen@dev.si>
    bfortz authored and domenkozar committed Feb 20, 2019
    Copy the full SHA
    1e9c144 View commit details
    Browse the repository at this point in the history
  2. autodump: pulling package when programs.autojump.enable is true

    (cherry picked from commit 0bca738)
    Signed-off-by: Domen Kožar <domen@dev.si>
    bfortz authored and domenkozar committed Feb 20, 2019
    Copy the full SHA
    8e4e54b View commit details
    Browse the repository at this point in the history
  3. autojump: autoload when programs.autojump.enable is set.

    (cherry picked from commit cd8ffef)
    Signed-off-by: Domen Kožar <domen@dev.si>
    bfortz authored and domenkozar committed Feb 20, 2019
    Copy the full SHA
    3cd9396 View commit details
    Browse the repository at this point in the history
  4. openscad: enableParallelBuilding = false;

    Discussion: NixOS/nixpkgs@c68dc2212e22
    (cherry picked from commit 28d983f)
    vcunat committed Feb 20, 2019
    Copy the full SHA
    4277563 View commit details
    Browse the repository at this point in the history