Skip to content

Nix daemon crash on macOS 26 Beta #468168

@guicybercode

Description

@guicybercode

Nixpkgs version

  • Stable (25.11)

Describe the bug

Nix daemon crash on macOS 26 Beta

When trying to run packages (e.g., nix run nixpkgs#hello), users get “daemon disconnected unexpectedly”.

The error appears even after a successful installation of Nix.

Logs show Objective-C related failures (objc[8879]: +[NSCharacterSet ...]).

Expected behavior: the command should print “Hello, world!”, but the daemon crashes instead.

Steps to reproduce

The crash can be reproduced by installing Nix on macOS 26 Developer Beta 1 and attempting to run any package, which immediately causes the daemon to disconnect unexpectedly.

Expected behaviour

The Nix client connects successfully to the Nix daemon. The daemon processes the request without crashing. The package hello is built or fetched from cache.

Screenshots

No response

Relevant log output

Additional context

No response

System metadata

accepted connection from pid 8877, user ...
objc[8879]: +[NSCharacterSet ...]
Nix daemon disconnected unexpectedly (maybe it crashed?)

Are you using nix-darwin?

No, I am not using nix-darwin.

Notify maintainers


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken6.topic: darwinRunning or building packages on Darwin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions