Open
Description
Describe the bug
When running a NixOS VM test on darwin, it only works when going through the daemon.
See
Steps To Reproduce
- Get a shell on an aarch64-darwin machine
sudo nix build -vvvvL 'github:NixOS/nixpkgs?rev=f17d1f9302326b1bddb79ae37014bc5c1a104998#tests.testers.nixosTest-example'
- observe failure
sudo env NIX_REMOTE=daemon nix build -vvvvL 'github:NixOS/nixpkgs?rev=f17d1f9302326b1bddb79ae37014bc5c1a104998#tests.testers.nixosTest-example'
- observe success
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --version
output
nix-env --version ~
nix-env (Nix) 2.17.0
(yikes??, will try newer)
Additional context
- Discovered in NixOS Integration tests: Re-enable for macOS nixpkgs#303597 (comment)
- Non-solution (IMO) Don't have root bypass the daemon by default #10140
Priorities
Add 👍 to issues you find important.
Metadata
Assignees
Labels
Type
Projects
Status
To triage