AAAAAASomeThingsFailToEvaluate: drop #13

Merged
bbjubjub2494 merged 1 commit from drop-AAAAAASomeThingsFailToEvaluate into main 2024-05-19 16:11:38 +00:00

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.