Commit 6f5d72df authored by Atemu's avatar Atemu Committed by Adam Joseph
Browse files

packages-config: don't export minimal-bootstrap packages

parent 52308bd7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -45,5 +45,11 @@
    haskell = super.haskell // {
      compiler = recurseIntoAttrs super.haskell.compiler;
    };

    # minimal-bootstrap packages aren't used for anything but bootstrapping our
    # stdenv. They should not be used for any other purpose and therefore not
    # show up in search results or repository tracking services that consume our
    # packages.json https://github.com/NixOS/nixpkgs/issues/244966
    minimal-bootstrap = { };
  };
}