Skip to content

Commit

Permalink
WIP use rules_nixpkgs 0.11 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Mar 27, 2024
1 parent 5e4560b commit 236ca50
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,9 @@ def rules_haskell_dependencies():
#
# See https://github.com/tweag/rules_nixpkgs/issues/182 for the rational

strip_prefix = "rules_nixpkgs-%s" % _rules_nixpkgs_version
strip_prefix = "rules_nixpkgs-%s" % "666dde3f47fff14e4b44afa1f8dde8524040ecc7"

rules_nixpkgs_url = \
"https://github.com/tweag/rules_nixpkgs/releases/download/v{version}/{prefix}.tar.gz".format(
version = _rules_nixpkgs_version,
prefix = strip_prefix,
)
rules_nixpkgs_url = "https://github.com/tweag/rules_nixpkgs/archive/666dde3f47fff14e4b44afa1f8dde8524040ecc7.tar.gz"

http_archive(
name = "io_tweag_rules_nixpkgs",
Expand Down

0 comments on commit 236ca50

Please sign in to comment.