mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 04:54:46 -04:00
bazel: add bazel itself as nixpkgs dependency
This commit is contained in:
parent
bf06a014a4
commit
8d5ce524d5
2 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -48,6 +48,8 @@
|
|||
|
||||
packages.awscli2 = pkgsUnstable.awscli2;
|
||||
|
||||
packages.bazel_6 = pkgsUnstable.bazel_6;
|
||||
|
||||
packages.createrepo_c = pkgsUnstable.createrepo_c;
|
||||
|
||||
packages.dnf5 = pkgsUnstable.dnf5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue