AAAAAASomeThingsFailToEvaluate: drop

This commit is contained in:
Julie Tyché Bettens 2024-05-18 14:02:20 +02:00
parent f760a7e9bf
commit 2da6177b87

View file

@ -104,14 +104,6 @@ with pkgs;
stringsWithDeps = lib.stringsWithDeps;
### Evaluating the entire Nixpkgs naively will fail, make failure fast
AAAAAASomeThingsFailToEvaluate = throw ''
Please be informed that this pseudo-package is not the only part
of Nixpkgs that fails to evaluate. You should not evaluate
entire Nixpkgs without some special measures to handle failing
packages, like using pkgs/top-level/release-attrpaths-superset.nix.
'';
tests = callPackages ../test { };
# These are used when buiding compiler-rt / libgcc, prior to building libc.