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: f70dc57ad3b6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: df05618f2a07
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
    Ma27 authored and xeji committed Sep 5, 2018
    Copy the full SHA
    df05618 View commit details
    Browse the repository at this point in the history