Remove jing_tools expression (now contained in jing expression itself)
The jing expression now creates its own "jing" wrapper script, so there is no need for jing_tools anymore. jing hasn't been updated in years, so I assume (or hope) that not many (if any) have jing_tools in their configuration.nix. If you do, just change it to jing and it should behave the same.
This commit is contained in:
@@ -717,7 +717,6 @@ let
|
||||
jedit = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
jfsrec = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
jigdo = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
jing_tools = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
jjtraveler = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
jnettop = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
jre = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
|
||||
Reference in New Issue
Block a user