nix-helpers: 7c22a58eb2c4270c3fadc342276b11548b811744

     1: { lexCompare, lib }:
     2: 
     3: lib.sort (x: y: lexCompare x y == -1)

Generated by git2html.