diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 61821bce8fc2..b95e73ff3a1f 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) |