bazel: add bazel itself as nixpkgs dependency

This commit is contained in:
Malte Poll 2023-11-03 11:41:45 +01:00
parent bf06a014a4
commit 8d5ce524d5
2 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,13 @@ nixpkgs_flake_package(
package = "awscli2",
)
nixpkgs_flake_package(
name = "bazel",
nix_flake_file = "//:flake.nix",
nix_flake_lock_file = "//:flake.lock",
package = "bazel_6",
)
nixpkgs_flake_package(
name = "createrepo_c",
nix_flake_file = "//:flake.nix",

View File

@ -48,6 +48,8 @@
packages.awscli2 = pkgsUnstable.awscli2;
packages.bazel_6 = pkgsUnstable.bazel_6;
packages.createrepo_c = pkgsUnstable.createrepo_c;
packages.dnf5 = pkgsUnstable.dnf5;