fix(3p/nix): Default-import depot from a relative path

This commit is contained in:
Vincent Ambo 2020-05-26 04:08:22 +01:00
parent 991cf97df2
commit 2e32ceb523

View file

@ -1,4 +1,4 @@
{ pkgs ? (import <nixpkgs> {}).third_party
{ pkgs ? (import ../.. {}).third_party
, buildType ? "release", ... }:
let