diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-26T03·08+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-26T23·06+0100 |
commit | 2e32ceb5234bee1f541a72abc41bfc6dcf60b7c4 (patch) | |
tree | 502439347c06a02fac022d8c8e8a99320d49d1b3 /third_party | |
parent | 991cf97df2eaa7afc7c39e1cbeeb3c2b248cb51d (diff) |
fix(3p/nix): Default-import depot from a relative path r/861
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index 12b5000d3b26..3c7fa4cdb721 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -1,4 +1,4 @@ -{ pkgs ? (import <nixpkgs> {}).third_party +{ pkgs ? (import ../.. {}).third_party , buildType ? "release", ... }: let |