diff options
Diffstat (limited to 'third_party/lisp/unix-opts.nix')
-rw-r--r-- | third_party/lisp/unix-opts.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/lisp/unix-opts.nix b/third_party/lisp/unix-opts.nix index 99117d8beb2a..389de25eff4f 100644 --- a/third_party/lisp/unix-opts.nix +++ b/third_party/lisp/unix-opts.nix @@ -1,8 +1,8 @@ # unix-opts is a portable command line argument parser -{ depot, ...}: +{ depot, pkgs, ...}: let - src = depot.third_party.fetchFromGitHub { + src = pkgs.fetchFromGitHub { owner = "libre-man"; repo = "unix-opts"; rev = "b805050b074bd860edd18cfc8776fdec666ec36e"; |