mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
5 lines
129 B
Nix
5 lines
129 B
Nix
with import ./lib.nix;
|
|
|
|
builtins.groupBy (n:
|
|
builtins.substring 0 1 (builtins.hashString "sha256" (toString n))
|
|
) (range 0 31)
|