diff options
Diffstat (limited to 'third_party/nixery.nix')
-rw-r--r-- | third_party/nixery.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nixery.nix b/third_party/nixery.nix index cb10e0b913b1..f778e5da13f9 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"; |