diff --git a/buildable.nix b/buildable.nix index 9445e5fa65872a350e99b29d5666509c28aad09b..21af140229fcfb9ea18f35d0be63ca24eb780678 100644 --- a/buildable.nix +++ b/buildable.nix @@ -1,6 +1,7 @@ -# This file filters out all the unbuildable packages from your package set. +# This file filters out all the broken packages from your package set. # It's what gets built by CI, so if you correctly mark broken/unfree packages + (f: g: s: builtins.listToAttrs # as such your CI will not try to build them and the buildable packages will # be added to the cache. { pkgs ? import {} }: