1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

genpassphrase: init

This commit is contained in:
2024-05-22 20:01:37 +02:00
parent c7f6257539
commit 9a42b8e125

View File

@@ -81,6 +81,7 @@ in {
bat # better cat
dos2unix
genpass # generate passwords
(pkgs.writers.writeDashBin "genpassphrase" ''${pkgs.genpass}/bin/genpass --passphrase | ${pkgs.gnused}/bin/sed 's/ /-/g;s/\(^\|-\)\([a-z]\)/\1\U\2/g;s/$/-'$(${pkgs.coreutils}/bin/date +%Y)'/' '')
gcc
python3Packages.jsonschema # json validation
pup # html toolkit