fix(3p/nix): Default-import depot from a relative path
This commit is contained in:
parent
991cf97df2
commit
2e32ceb523
1 changed files with 1 additions and 1 deletions
2
third_party/nix/default.nix
vendored
2
third_party/nix/default.nix
vendored
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? (import <nixpkgs> {}).third_party
|
||||
{ pkgs ? (import ../.. {}).third_party
|
||||
, buildType ? "release", ... }:
|
||||
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue