Merge pull request #13 from bbjubjub2494/drop-AAAAAASomeThingsFailToEvaluate

AAAAAASomeThingsFailToEvaluate: drop
This commit is contained in:
Victor Fuentes 2024-05-19 12:11:38 -04:00 committed by GitHub
commit be166796d2
Failed to generate hash of commit

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.