if ! nix-build $NIXOS -A nixFallback -o $HOME/nix-tmp; then nix-build $NIXPKGS -A nixUnstable -o $HOME/nix-tmp fi Do we really want this? Take the first source location if it fails take the second? So if something goes wrong there is change you look at the wrong place? Marc Weber