Skip to content

Commit

Permalink
Merge pull request bazelbuild#10 from mboes:nixos
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 307386813
Change-Id: Ie9c7f1ac31543503b67b91b65ccbc6940cf3651f
  • Loading branch information
copybara-github committed Apr 20, 2020
2 parents 46993ef + f2a26bc commit 9ded0f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions os/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ constraint_value(
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",
)

0 comments on commit 9ded0f9

Please sign in to comment.