check release.nix (release-*.nix) 2017-05-21 16:49 GMT+01:00 Bjørn Forsman <bjorn.fors...@gmail.com>:
> Hi all Nix users, > > I'd like to build all of nixpkgs. Or as much as possible. > > What I've tried: > > ----8<---- > $ nix-build --keep-going > error: Package ‘Agda-Sheaves-8a06162a8f0f7df308458db91d720cf8f7345d69’ > in ‘/home/bfo/proj/code/forks/nixpkgs/pkgs/development/ > libraries/agda/Agda-Sheaves/default.nix:18’ > is marked as broken, refusing to evaluate. > > a) For `nixos-rebuild` you can set > { nixpkgs.config.allowBroken = true; } > in configuration.nix to override this. > > b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you > can add > { allowBroken = true; } > to ~/.config/nixpkgs/config.nix. > > $ NIXPKGS_ALLOW_BROKEN=1 nix-build --keep-going > error: assertion failed at > /home/bfo/proj/code/forks/nixpkgs/pkgs/top-level/all-packages.nix:6164:19 > ---->8---- > > So no success. > > Any suggestions? > > Best regards, > Bjørn Forsman > _______________________________________________ > nix-dev mailing list > nix-dev@lists.science.uu.nl > https://mailman.science.uu.nl/mailman/listinfo/nix-dev > -- Tomasz Czyż
_______________________________________________ nix-dev mailing list nix-dev@lists.science.uu.nl https://mailman.science.uu.nl/mailman/listinfo/nix-dev