fix(build): Work around rules_nixpkgs repository setup
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.
This commit is contained in:
parent
81a0a96225
commit
d26cf3d806
1 changed files with 1 additions and 0 deletions
1
external/default.nix
vendored
Normal file
1
external/default.nix
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
import ../default.nix
|
Loading…
Reference in a new issue