nixpkgs/nixos/modules/installer
Jan Tojnar 316d4faba4
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.
2019-10-08 11:43:05 +02:00
..
cd-dvd sdImage: use findmnt to get root device when resizing (#58059) 2019-09-20 23:28:01 +02:00
netboot treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
scan
tools nixos-rebuild: Fix target-host using fish 2019-10-08 11:43:05 +02:00
virtualbox-demo.nix