From 2da6177b87e16aaa68bb47f5286969532b8e56d1 Mon Sep 17 00:00:00 2001 From: "Julie B." Date: Sat, 18 May 2024 14:02:20 +0200 Subject: [PATCH] AAAAAASomeThingsFailToEvaluate: drop --- pkgs/top-level/base-packages.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/top-level/base-packages.nix b/pkgs/top-level/base-packages.nix index 5f959f3..5c07506 100644 --- a/pkgs/top-level/base-packages.nix +++ b/pkgs/top-level/base-packages.nix @@ -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.