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

Commits on Sep 5, 2018

  1. nixos/activation: fix activation script for non-POSIX shells (#46042)

    This fixes an issue with shells like fish that are not fully POSIX
    compliant. The syntax `ENV=val cmd' doesn't work properly in there.
    
    This issue has been addressed in #45932 and #45945, however it has been
    recommended to use a single shell (`stdenv.shell' which is either
    `bash' or `sh') to significantly reduce the maintenance overload in the
    future.
    
    See #45897 (comment)
    
    Fixes #45897
    
    /cc @FRidh @xaverdh @etu
    
    (cherry picked from commit df05618)
    Ma27 authored and xeji committed Sep 5, 2018
    Copy the full SHA
    a015527 View commit details
    Browse the repository at this point in the history