Skip to content

Commit

Permalink
Publish tweag/rules_nixpkgs_core@0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Oct 19, 2023
1 parent 356e182 commit 73b3469
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/rules_nixpkgs_core/0.10.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "rules_nixpkgs_core",
version = "0.10.0",
)

bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "bazel_skylib", version = "1.0.3")

nix_repo = use_extension("//extensions:repository.bzl", "nix_repo")
nix_repo.github(
name = "nixpkgs",
tag = "22.11",
sha256 = "ddc3428d9e1a381b7476750ac4dbea7a42885cbbe6e1af44b21d6447c9609a6f",
)
use_repo(nix_repo, "nixpkgs")
5 changes: 5 additions & 0 deletions modules/rules_nixpkgs_core/0.10.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-mA7fzu8uWeESLZvmxSQTvCmENfCj1FJTK4pI11Yv/Wc=",
"strip_prefix": "rules_nixpkgs-0.10.0/core",
"url": "https://github.com/tweag/rules_nixpkgs/releases/download/v0.10.0/rules_nixpkgs-0.10.0.tar.gz"
}
22 changes: 22 additions & 0 deletions modules/rules_nixpkgs_core/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"homepage": "https://nix-bazel.build",
"maintainers": [
{
"email": "benjamin.radford@tweag.io ",
"github": "benradf",
"name": "Benjamin Radford"
},
{
"email": "andreas.herrmann@tweag.io",
"github": "aherrmann",
"name": "Andreas Herrmann"
}
],
"repository": [
"github:tweag/rules_nixpkgs"
],
"versions": [
"0.10.0"
],
"yanked_versions": []
}

0 comments on commit 73b3469

Please sign in to comment.