We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d1a89ae commit bb3c8a1Copy full SHA for bb3c8a1
lib/systems/inspect.nix
@@ -15,7 +15,7 @@ rec {
15
LittleEndian = { cpu = { significantByte = significantBytes.littleEndian; }; };
16
17
BSD = { kernel = { families = { inherit (kernelFamilies) bsd; }; }; };
18
- Unix = [ BSD Linux SunOS Hurd Cygwin ];
+ Unix = [ BSD Darwin Linux SunOS Hurd Cygwin ];
19
20
Darwin = { kernel = kernels.darwin; };
21
Linux = { kernel = kernels.linux; };
0 commit comments