about summary refs log tree commit diff
path: root/third_party/nixery.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nixery.nix')
-rw-r--r--third_party/nixery.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nixery.nix b/third_party/nixery.nix
index cb10e0b913..f778e5da13 100644
--- a/third_party/nixery.nix
+++ b/third_party/nixery.nix
@@ -1,6 +1,6 @@
 # Technically I suppose Nixery is not a third-party program, but it's
 # outside of this repository ...
-{ pkgs }:
+{ pkgs, ... }:
 
 let src = pkgs.fetchFromGitHub {
   owner = "google";