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