Skip to content

Commit

Permalink
forward http_archive type to submodules
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Meyer <[email protected]>
  • Loading branch information
malt3 and katexochen committed Sep 4, 2023
1 parent 52d34c0 commit 5cffc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixpkgs/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def rules_nixpkgs_dependencies(rules_nixpkgs_name = "io_tweag_rules_nixpkgs", to
url = rules_nixpkgs.get("url"),
urls = rules_nixpkgs.get("urls"),
sha256 = rules_nixpkgs.get("sha256"),
type = rules_nixpkgs.get("type"),
)
elif kind == "git_repository":
maybe(
Expand Down

0 comments on commit 5cffc03

Please sign in to comment.