nix-helpers: ddeaa3483f37499553690c558ff0bb3aa83df51e

     1: { stdenv }:
     2: 
     3: name: nonMac:
     4: if stdenv.isDarwin then
     5:   builtins.trace "Skipping ${name} on macOS" null
     6: else
     7:   nonMac

Generated by git2html.