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" ''
|
script = pkgs.writeShellScriptBin "startScript" ''
|
||||||
#!${pkgs.bash}/bin/bash
|
#!${pkgs.bash}/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
TIMESTAMP_FILE="~/timestamp.txt"
|
TIMESTAMP_FILE="timestamp.txt"
|
||||||
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
|
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ let
|
|||||||
script = pkgs.writeShellScriptBin "startScript" ''
|
script = pkgs.writeShellScriptBin "startScript" ''
|
||||||
#!${pkgs.bash}/bin/bash
|
#!${pkgs.bash}/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
TIMESTAMP_FILE="~/timestamp.txt"
|
TIMESTAMP_FILE="timestamp.txt"
|
||||||
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
|
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user