[bot]: remove unreferenced code
This commit is contained in:
@@ -188,8 +188,6 @@ let
|
||||
"timers.target"
|
||||
];
|
||||
|
||||
boolToString = value: if value then "yes" else "no";
|
||||
|
||||
makeJobScript = name: text:
|
||||
let mkScriptName = s: (replaceChars [ "\\" ] [ "-" ] (shellEscape s) );
|
||||
x = pkgs.writeTextFile { name = "unit-script"; executable = true; destination = "/bin/${mkScriptName name}"; inherit text; };
|
||||
|
||||
Reference in New Issue
Block a user