Skip to content

Commit

Permalink
Merge pull request #411 from malt3/fix/nixpkgs_http_archive
Browse files Browse the repository at this point in the history
forward http_archive type to submodules
  • Loading branch information
benradf authored Sep 6, 2023
2 parents a6a2ea9 + e2253bb commit 97b8937
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 97b8937

Please sign in to comment.