5 lines
135 B
Nix
5 lines
135 B
Nix
|
with import (toString ./.);
|
||
|
with builtins;
|
||
|
|
||
|
elts: name: join-string ":" (take elts (match-all-flat "(..)" (hashString "sha256" name)))
|