summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-12-18 23:32:18 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-12-18 23:32:18 +0100
commit7f4a9ecb4d973d420691a5813c2cdf9a12c59526 (patch)
tree3dd7544a954214535de1ac72bc101dd17a573deb /modules/examples
parent5f7c0b6f56b4e68de9633d5a552464672f78b70a (diff)
lnl: add nix-daemon objc workaround
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix2
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