Merge pull request #10 from mboes:nixos
PiperOrigin-RevId: 307386813
Change-Id: Ie9c7f1ac31543503b67b91b65ccbc6940cf3651f
diff --git a/os/BUILD b/os/BUILD
index 16df5d3..16525d3 100644
--- a/os/BUILD
+++ b/os/BUILD
@@ -76,3 +76,11 @@
name = "qnx",
constraint_setting = ":os",
)
+
+# NixOS uses the Linux kernel, but is not ABI-compatible with any
+# other Linux distribution. This is because the dynamic linker is in
+# a non-standard (and undefined) location on the filesystem.
+constraint_value(
+ name = "nixos",
+ constraint_setting = ":os",
+)