Recreated nix files
This commit is contained in:
+297
-297
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user