diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-12-18 23:32:18 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-12-18 23:32:18 +0100 |
| commit | 7f4a9ecb4d973d420691a5813c2cdf9a12c59526 (patch) | |
| tree | 3dd7544a954214535de1ac72bc101dd17a573deb /modules/examples | |
| parent | 5f7c0b6f56b4e68de9633d5a552464672f78b70a (diff) | |
lnl: add nix-daemon objc workaround
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index c9faa2d..d88406f 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -69,6 +69,8 @@ services.nix-daemon.enable = true; services.nix-daemon.enableSocketListener = true; + # FIXME workaround for https://github.com/NixOS/nix/issues/2523 + # launchd.daemons.nix-daemon.environment.OBJC_DISABLE_INITIALIZE_FORK_SAFETY = "YES"; nix.extraOptions = '' gc-keep-derivations = true |
