mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lib/systems: inherit from lib.systems.inspect.predicates in lib/systems/parse.nix
This commit is contained in:
parent
af634f14ba
commit
07d3270dbc
@ -19,9 +19,16 @@ with lib.lists;
|
||||
with lib.types;
|
||||
with lib.attrsets;
|
||||
with lib.strings;
|
||||
with lib.systems.inspect.predicates;
|
||||
|
||||
let
|
||||
inherit (lib.systems.inspect.predicates)
|
||||
isAarch32
|
||||
isBigEndian
|
||||
isDarwin
|
||||
isLinux
|
||||
isPower64
|
||||
isWindows
|
||||
;
|
||||
inherit (lib.options) mergeOneOption;
|
||||
|
||||
setTypes = type:
|
||||
|
Loading…
Reference in New Issue
Block a user