mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Merge pull request #332370 from happysalada/pixi_darwin_fix
pixi: fix darwin build
This commit is contained in:
commit
230439923e
@ -78,6 +78,12 @@ rustPlatform.buildRustPackage rec {
|
||||
"--skip=test_task_with_env"
|
||||
"--skip=test_pixi_only_env_activation"
|
||||
"--skip=cli::shell_hook::tests::test_environment_json"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"--skip=task::task_environment::tests::test_find_ambiguous_task"
|
||||
"--skip=task::task_environment::tests::test_find_task_dual_defined"
|
||||
"--skip=task::task_environment::tests::test_find_task_explicit_defined"
|
||||
"--skip=task::task_graph::test::test_custom_command"
|
||||
"--skip=task::task_graph::test::test_multi_env_defaults_ambigu"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user