Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
Wording
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
1 changed files, 2 additions(+), 1 deletions(-)
M buildable.nix -> buildable.nix
diff --git a/buildable.nix b/buildable.nix
index 21af140229fcfb9ea18f35d0be63ca24eb780678..9445e5fa65872a350e99b29d5666509c28aad09b 100644
--- a/buildable.nix
+++ b/buildable.nix
@@ -1,6 +1,7 @@
-# This file filters out all the broken packages from your package set.
+# 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 packages as
+    (f: g: s: builtins.listToAttrs
 # broken your CI will not try to build them and the non-broken packages will
 # be added to the cache.
 { pkgs ? import <nixpkgs> {} }: