simple webpage to generate an argon2id hash for a given password
at main 19 lines 222 B view raw
1{ 2 pins, 3 treefmt, 4 statix, 5}: 6 7let 8 git-hooks = import pins.git-hooks; 9in 10 11git-hooks.run { 12 src = ../.; 13 hooks = { 14 treefmt.enable = true; 15 statix.enable = true; 16 }; 17 18 tools = { inherit treefmt statix; }; 19}