about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index 61821bce8f..b95e73ff3a 100644
--- a/default.nix
+++ b/default.nix
@@ -18,8 +18,8 @@ let
   config = depot: {
     inherit depot;
 
-    # Expose lib & ciBuilds attributes to packages.
-    inherit (depot) ciBuilds lib;
+    # Expose lib attribute to packages.
+    inherit (depot) lib;
 
     # Pass third_party as 'pkgs' (for compatibility with external
     # imports for certain subdirectories)