diff options
Diffstat (limited to 'third_party/lisp')
-rw-r--r-- | third_party/lisp/anaphora.nix | 2 | ||||
-rw-r--r-- | third_party/lisp/cl-arrows.nix | 2 | ||||
-rw-r--r-- | third_party/lisp/cl-colors.nix | 6 | ||||
-rw-r--r-- | third_party/lisp/let-plus.nix | 6 | ||||
-rw-r--r-- | third_party/lisp/linear-programming.nix | 2 | ||||
-rw-r--r-- | third_party/lisp/prove.nix | 6 |
6 files changed, 6 insertions, 18 deletions
diff --git a/third_party/lisp/anaphora.nix b/third_party/lisp/anaphora.nix index 04a1dd847feb..bf4bf663f4d4 100644 --- a/third_party/lisp/anaphora.nix +++ b/third_party/lisp/anaphora.nix @@ -1,4 +1,4 @@ -{ depot ? import <depot> {}, ... }: +{ depot, ... }: let src = builtins.fetchGit { diff --git a/third_party/lisp/cl-arrows.nix b/third_party/lisp/cl-arrows.nix index 60cd8a375b1c..4c09d688fae7 100644 --- a/third_party/lisp/cl-arrows.nix +++ b/third_party/lisp/cl-arrows.nix @@ -1,4 +1,4 @@ -{ depot ? import <depot> {}, ... }: +{ depot, ... }: let src = builtins.fetchGit { diff --git a/third_party/lisp/cl-colors.nix b/third_party/lisp/cl-colors.nix index 6d49dd7aa582..fa35b755dbbc 100644 --- a/third_party/lisp/cl-colors.nix +++ b/third_party/lisp/cl-colors.nix @@ -1,8 +1,4 @@ -{ - depot ? import <depot> {}, - briefcase ? import <briefcase> {}, - ... -}: +{ depot, briefcase, ... }: let src = builtins.fetchGit { diff --git a/third_party/lisp/let-plus.nix b/third_party/lisp/let-plus.nix index 6e74b9622ec7..a750443fd1c8 100644 --- a/third_party/lisp/let-plus.nix +++ b/third_party/lisp/let-plus.nix @@ -1,8 +1,4 @@ -{ - depot ? import <depot> {}, - briefcase ? import <briefcase> {}, - ... -}: +{ depot, briefcase, ... }: let src = builtins.fetchGit { diff --git a/third_party/lisp/linear-programming.nix b/third_party/lisp/linear-programming.nix index 432fedb8bcac..fc95787a1d85 100644 --- a/third_party/lisp/linear-programming.nix +++ b/third_party/lisp/linear-programming.nix @@ -1,4 +1,4 @@ -{ depot ? import <depot> {}, ... }: +{ depot, ... }: let src = builtins.fetchGit { diff --git a/third_party/lisp/prove.nix b/third_party/lisp/prove.nix index 2579d0392ee6..7c5879b1fded 100644 --- a/third_party/lisp/prove.nix +++ b/third_party/lisp/prove.nix @@ -1,8 +1,4 @@ -{ - depot ? import <depot> {}, - briefcase ? import <briefcase> {}, - ... -}: +{ depot, briefcase, ... }: let src = builtins.fetchGit { |