Loading lib/systems/inspect.nix +3 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,9 @@ rec { { cpu = { family = "riscv"; }; } { cpu = { family = "x86"; }; } ]; isElf = { kernel.execFormat = execFormats.elf; }; isMacho = { kernel.execFormat = execFormats.macho; }; }; # given two patterns, return a pattern which is their logical AND. Loading Loading
lib/systems/inspect.nix +3 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,9 @@ rec { { cpu = { family = "riscv"; }; } { cpu = { family = "x86"; }; } ]; isElf = { kernel.execFormat = execFormats.elf; }; isMacho = { kernel.execFormat = execFormats.macho; }; }; # given two patterns, return a pattern which is their logical AND. Loading