File tree Expand file tree Collapse file tree 4 files changed +48
-0
lines changed
registry/modules/rules_nixpkgs_core Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "rules_nixpkgs_core" ,
3+ version = "0.12.0" ,
4+ )
5+
6+ bazel_dep (name = "platforms" , version = "0.0.4" )
7+ bazel_dep (name = "bazel_skylib" , version = "1.0.3" )
8+
9+ nix_repo = use_extension ("//extensions:repository.bzl" , "nix_repo" )
10+ nix_repo .github (
11+ name = "nixpkgs" ,
12+ tag = "24.05" ,
13+ sha256 = "911314b81780f26fdaf87e17174210bdbd40c86bac1795212f257cdc236a1e78" ,
14+ )
15+ use_repo (nix_repo , "nixpkgs" )
Original file line number Diff line number Diff line change 1+ diff --git a/.bazelignore b/.bazelignore
2+ index a61f183..850ed9f 100644
3+ --- a/.bazelignore
4+ +++ b/.bazelignore
5+ @@ -1,2 +1,2 @@
6+ - bazel-*
7+ + bazel-core
8+ testing
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " sha256-GtsE3AQWkV/vQndX9CcsT32s7+zu78UPaDrsf36beHo=" ,
3+ "strip_prefix" : " rules_nixpkgs-0.12.0/core" ,
4+ "url" : " https://github.com/tweag/rules_nixpkgs/releases/download/v0.12.0/rules_nixpkgs-0.12.0.tar.gz" ,
5+ "patches" : {
6+ "bazelignore.patch" : " sha256-G5xeLdAOe5lV2QeymoKCaIl2AIt3cXhq1rKV/rbGAzA="
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " " ,
3+ "maintainers" : [
4+ {
5+ "email" : " benjamin.radford@tweag.io " ,
6+ "github" : " benradf" ,
7+ "name" : " Benjamin Radford"
8+ },
9+ {
10+ "email" : " andreas.herrmann@tweag.io" ,
11+ "github" : " aherrmann" ,
12+ "name" : " Andreas Herrmann"
13+ }
14+ ],
15+ "versions" : [" 0.12.0" ],
16+ "yanked_versions" : []
17+ }
You can’t perform that action at this time.
0 commit comments