about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/yants/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/yants/default.nix b/nix/yants/default.nix
index 2167b6e8b7..aacc156b43 100644
--- a/nix/yants/default.nix
+++ b/nix/yants/default.nix
@@ -6,7 +6,7 @@
 #
 # All types (should) compose as expected.
 
-{ lib ?  (import <nixpkgs> {}).lib }:
+{ lib ?  (import <nixpkgs> {}).lib, ... }:
 
 with builtins; let
   prettyPrint = lib.generators.toPretty {};