Just so there is a backup

This commit is contained in:
2024-11-18 09:11:55 +02:00
parent 85ecb7b4a0
commit 4984e0a3ed
34 changed files with 1830 additions and 152 deletions
+10
View File
@@ -0,0 +1,10 @@
{
pkgs,
}:
let
a = 2;
in
pkgs.writeShellScriptBin "my-script" ''
ATE="$(${pkgs.ddate}/bin/ddate +'the %e of %B%, %Y')"
${pkgs.cowsay}/bin/cowsay Hello, world! Today is $DATE.
''