Skip to content

Commit e264d62

Browse files
authored
fix: move back to Pixi main repo (#419)
I remember reverting to Pixi main, but it seems that commit got lost somehow
1 parent d09affe commit e264d62

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ recipe-stage0 = { path = "crates/recipe-stage0" }
7777

7878

7979
[patch.crates-io]
80-
pixi_build_types = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
81-
pixi_consts = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
82-
pixi_manifest = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
83-
pixi_spec = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
84-
pixi_build_type_conversions = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
80+
pixi_build_types = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
81+
pixi_consts = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
82+
pixi_manifest = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
83+
pixi_spec = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
84+
pixi_build_type_conversions = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
8585

8686
#pixi_build_types = { path = "../pixi/crates/pixi_build_types" }
8787
#pixi_consts = { path = "../pixi/crates/pixi_consts" }

py-pixi-build-backend/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py-pixi-build-backend/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ pyo3-build-config = "0.26"
5757

5858

5959
[patch.crates-io]
60-
pixi_build_types = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
61-
pixi_consts = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
62-
pixi_manifest = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
63-
pixi_spec = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
64-
pixi_build_type_conversions = { git = "https://github.com/Hofer-Julian/pixi", branch = "feature/pix-1190-featbuild-load-variants-from-packages" }
60+
pixi_build_types = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
61+
pixi_consts = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
62+
pixi_manifest = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
63+
pixi_spec = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
64+
pixi_build_type_conversions = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
6565

6666
# Local path overrides for development
6767
#pixi_build_types = { path = "../../pixi_build_types/crates/pixi_build_types" }

0 commit comments

Comments
 (0)