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: a7e87bcc5bb8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1739d3490460
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 8, 2019

  1. nixos-rebuild: Fix target-host using fish

    I have `users.defaultUserShell = pkgs.fish;` set on my server and when I ran `nixos-rebuild switch --target-host …`, the command failed with the following error:
    
        fish: Unsupported use of '='. To run 'nix-store' with a modified environment, please use 'env PATH=… nix-store…'
    
    That is because fish requires env to set environment variables for a program. It should also work on other shells.
    jtojnar committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    316d4fa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Merge pull request #70734 from jtojnar/nixos-rebuild-remote-fish

    nixos-rebuild: Fix target-host using fish
    jtojnar committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    1739d34 View commit details
    Browse the repository at this point in the history