about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 5bd96581c9..93930d57dc 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -2,8 +2,8 @@
 # third-party code) into my package tree.
 #
 # This includes *all packages needed from nixpkgs*.
+{ ... }:
 
-{ pkgs, ... }:
 let
   # Tracking nixos-unstable as of 2020-02-17.
   commit = "8130f3c1c2bb0e533b5e150c39911d6e61dcecc2";