This commit is contained in:
phaer 2024-04-15 09:31:01 +02:00 committed by DavHau
parent 400032c630
commit d3f8dbfc79

View File

@ -210,7 +210,7 @@ in {
cd "$currDir"
### Executing custom scripts defined via lock.extraScrips
### Executing custom scripts defined via lock.extraScripts
${lib.concatStringsSep "\n" (map toString cfg.extraScripts)}
'';