Weijia Wang

Results 44 comments of Weijia Wang

These issues are also [captured by Hydra](https://hydra.nixos.org/eval/1794694?filter=wandb&compare=1794679&full=): 1. On both `aarch64-linux` and `x86_64-linux`, the following test seems to be flaky: ``` =================================== FAILURES =================================== _________________________ test_artifacts_cache_cleanup _________________________ [gw1] linux --...

Also, on `aarch64-darwin`, the following test fails. ``` =================================== FAILURES =================================== ________________ test_safe_copy_target_file_changes_during_copy ________________ [gw0] darwin -- Python 3.10.11 /nix/store/xmxc0xc03fqq8b19sxfxwyd8k71kaz5m-python3-3.10.11/bin/python3.10 tmp_path = PosixPath('/private/tmp/nix-build-python3.10-wandb-0.15.3.drv-0/pytest-of-_nixbld2/pytest-0/popen-gw0/test_safe_copy_target_file_cha0') monkeypatch = def test_safe_copy_target_file_changes_during_copy(tmp_path: Path, monkeypatch): source_path...

The CI check failed, my guess is that the home-manager metadata is too large for the CI to process in time.

All you have to do is grab an ISO [here](https://hydra.nixos.org/job/nixos/trunk-combined/nixos.iso_minimal_new_kernel.aarch64-linux), create a VM that boots from it, then follow the [official installation guide](https://nixos.org/manual/nixos/stable/index.html#sec-installation).

@CuriousMike56 Would you like to do a PR for this? The patch would then be ``` diff --git a/source/main/utils/PlatformUtils.cpp b/source/main/utils/PlatformUtils.cpp index 4fc61204..828050ed 100644 --- a/source/main/utils/PlatformUtils.cpp +++ b/source/main/utils/PlatformUtils.cpp @@ -36,6 +36,10...

Sandbox in the Nix term means that only packages built by Nix (which are in `/nix/store`) are available in the build environment. Access to `/usr/bin/env` is hence prohibited.

It depends on what you think a build environment should look like. - In a Homebrew build environment, for example, there are a lot of Apple stuffs, including binaries in...

39 packages failed to build...

@ofborg build xarcan xarcan.passthru.tests

Does this mean introducing poetry2nix support in the repo? I tried to package Weblate with dream2nix, but failed because of nix-community/dream2nix#745.