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: 290505bf1bb8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6f1f11af4c38
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on May 24, 2018

  1. nixos/programs/shell.nix: Quote variables

    In practice $HOME doesn't contain spaces, but let's stick to best
    shell scripting practices anyway.
    dezgeg committed May 24, 2018
    Configuration menu
    Copy the full SHA
    7adae10 View commit details
    Browse the repository at this point in the history
  2. nixos/programs/shell.nix: Use [ ] instead of test

    Half of the script is using 'test' and other half '[ ]'. Let's stick to
    '[ ]' everywhere as it seems more conventional in nixpkgs.
    dezgeg committed May 24, 2018
    Configuration menu
    Copy the full SHA
    3cfb492 View commit details
    Browse the repository at this point in the history
  3. nixos/programs/shell.nix: Enhance bad ownership error message

    Steal this from scripts/nix-profile.sh.in in Nix to keep things more
    consistent.
    dezgeg committed May 24, 2018
    Configuration menu
    Copy the full SHA
    6f1f11a View commit details
    Browse the repository at this point in the history