From c57e61235d5b74fc7ef508d3ce4315e0842d6c31 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sat, 23 Mar 2019 19:13:30 +0100 Subject: [PATCH] Wording --- buildable.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildable.nix b/buildable.nix index 21af140..9445e5f 100644 --- a/buildable.nix +++ b/buildable.nix @@ -1,6 +1,6 @@ -# 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 packages as -# broken your CI will not try to build them and the non-broken packages will +# This file filters out all the unbuildable packages from your package set. +# It's what gets built by CI, so if you correctly mark broken/unfree packages +# as such your CI will not try to build them and the buildable packages will # be added to the cache. { pkgs ? import {} }: