Recreated nix files

This commit is contained in:
2026-03-03 17:29:31 +01:00
parent 14f400f5e4
commit a007df5bc7
3 changed files with 299 additions and 299 deletions
+297 -297
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -923,7 +923,7 @@ let
script = pkgs.writeShellScriptBin "startScript" ''
#!${pkgs.bash}/bin/bash
set -euo pipefail
TIMESTAMP_FILE="~/timestamp.txt"
TIMESTAMP_FILE="timestamp.txt"
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
'';
in
+1 -1
View File
@@ -3,7 +3,7 @@ let
script = pkgs.writeShellScriptBin "startScript" ''
#!${pkgs.bash}/bin/bash
set -euo pipefail
TIMESTAMP_FILE="~/timestamp.txt"
TIMESTAMP_FILE="timestamp.txt"
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
'';
in