https://github.com/angerman/broken-nix
https://github.com/angerman/broken-nix
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/angerman/broken-nix
- Owner: angerman
- Created: 2023-10-24T08:44:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T08:44:20.000Z (over 2 years ago)
- Last Synced: 2025-02-18T00:44:47.120Z (over 1 year ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strange nix build repro
Building this with
```
nix build .#darwinConfigurations.darwin-1.pkgs.nix
```
on _some_ of my macs results in a failure resulting in
```
error: build of '/nix/store/16nxxr959frrisnydnmyk6wpi9svvsis-nix-2.18.1.drv' on 'ssh://builder@aarch64-darwin-1' failed: builder for '/nix/store/16nxxr959frrisnydnmyk6wpi9svvsis-nix-2.18.1.drv' failed with exit code 2;
last 10 log lines:
> [==========] 626 tests from 74 test suites ran. (49 ms total)
> [ PASSED ] 624 tests.
> [ FAILED ] 2 tests, listed below:
> [ FAILED ] machines.getMachinesUriOnly
> [ FAILED ] machines.getMachinesDefaults
>
> 2 FAILED TESTS
> YOU HAVE 3 DISABLED TESTS
>
> make: *** [mk/lib.mk:120: libexpr-tests_RUN] Error 1
For full logs, run 'nix log /nix/store/16nxxr959frrisnydnmyk6wpi9svvsis-nix-2.18.1.drv'.
```
on others it doesn't.