about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-26T03·08+0100
committerVincent Ambo <tazjin@google.com>2020-05-26T23·06+0100
commit2e32ceb5234bee1f541a72abc41bfc6dcf60b7c4 (patch)
tree502439347c06a02fac022d8c8e8a99320d49d1b3 /third_party
parent991cf97df2eaa7afc7c39e1cbeeb3c2b248cb51d (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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix
index 12b5000d3b..3c7fa4cdb7 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