Skip to content

Commit

Permalink
Remove buildFreebsd from excluded-attrnames-at-any-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Jul 26, 2024
1 parent bb7a5dd commit 48d1364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkgs/os-specific/bsd/freebsd/package-set.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ lib.packagesFromDirectoryRecursive {
patches = ./patches + "/${self.versionData.revision}";

# Keep the crawled portion of Nixpkgs finite.
buildFreebsd = lib.dontRecurseIntoAttrs buildFreebsd;
buildFreebsd = lib.dontRecurseIntoAttrs buildFreebsd // {
__attrsFailEvaluation = true;
};

ports = fetchzip {
url = "https://cgit.freebsd.org/ports/snapshot/ports-dde3b2b456c3a4bdd217d0bf3684231cc3724a0a.tar.gz";
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/release-attrpaths-superset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ let
newScope = true;
scope = true;
pkgs = true;
buildFreebsd = true;
callPackage = true;
mkDerivation = true;
overrideDerivation = true;
Expand Down

0 comments on commit 48d1364

Please sign in to comment.