diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-04T14·59+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-04T14·59+0100 |
commit | d26cf3d806e33ed678878733e2c40bb09e9b15c9 (patch) | |
tree | 9d210471f35b119c2ebbf7d412394e1575196094 /external/default.nix | |
parent | 81a0a962257bdc0203eb633f19dc291ca987b945 (diff) |
fix(build): Work around rules_nixpkgs repository setup r/24
Specifying a local repository from a Nix file is expected to be referencing an external nixpkgs source. However, in this monorepo setup the root of the repository itself is the Nix package set and a workaround in the `external` folder is required to import it into Bazel.
Diffstat (limited to 'external/default.nix')
-rw-r--r-- | external/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/default.nix b/external/default.nix new file mode 100644 index 000000000000..af0a194815ff --- /dev/null +++ b/external/default.nix @@ -0,0 +1 @@ +import ../default.nix |