Hi!

I used to call function

fetch () {
        nix-build $NIXPKGS_ALL -A $1.src --show-trace
}

to download a source tarball for a package.

But it doesn't work anymore! That is because of absence of
$NIXPKGS_ALL in my environment. How to fix it? I've tried the
following, also unsuccessfully:

$ nix-build /etc/nixos/configuration.nix -A firefox.src --show-trace
error: cannot auto-call a function that has an argument without a
default value (`config')
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to