Skip to content

Commit bb3c8a1

Browse files
committedJul 3, 2017
lib: Include darwin in isUnix
1 parent d1a89ae commit bb3c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/systems/inspect.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rec {
1515
LittleEndian = { cpu = { significantByte = significantBytes.littleEndian; }; };
1616

1717
BSD = { kernel = { families = { inherit (kernelFamilies) bsd; }; }; };
18-
Unix = [ BSD Linux SunOS Hurd Cygwin ];
18+
Unix = [ BSD Darwin Linux SunOS Hurd Cygwin ];
1919

2020
Darwin = { kernel = kernels.darwin; };
2121
Linux = { kernel = kernels.linux; };

0 commit comments

Comments
 (0)
Please sign in to comment.