[Nix-dev] nixos-rebuild $NIXOS fallback $NIXPKGS ?

Marc Weber marco-oweber at gmx.de
Mon Apr 28 14:03:10 CEST 2008


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



More information about the nix-dev mailing list