1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41: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 bat # better cat
dos2unix dos2unix
genpass # generate passwords 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 gcc
python3Packages.jsonschema # json validation python3Packages.jsonschema # json validation
pup # html toolkit pup # html toolkit