Skip to content

Commit

Permalink
Configure nixpkgs python toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 1, 2024
1 parent 31096a9 commit 2531c84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/toolchains/cc_cross_osx_to_linux_amd64/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ load(
"@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl",
"nixpkgs_cc_configure",
"nixpkgs_local_repository",
"nixpkgs_python_configure",
)

nixpkgs_local_repository(
Expand All @@ -26,6 +27,8 @@ nixpkgs_cc_configure(
repository = "@nixpkgs",
)

nixpkgs_python_configure(repository = "@nixpkgs")

nixpkgs_cc_configure(
name = "nixpkgs_cross_cc",
cross_cpu = "k8",
Expand Down

0 comments on commit 2531c84

Please sign in to comment.