mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +03:00
fix: indexers: translate -> apps.translate
This commit is contained in:
parent
e2019b341d
commit
9995d1330d
@ -6,7 +6,7 @@
|
||||
}: let
|
||||
script =
|
||||
utils.writePureShellScript
|
||||
(with pkgs; [coreutils translate jq python3])
|
||||
(with pkgs; [coreutils apps.translate jq python3])
|
||||
''
|
||||
jobJson=$1
|
||||
job_nr=$2
|
||||
@ -29,7 +29,7 @@
|
||||
in
|
||||
utils.writePureShellScriptBin
|
||||
"translate-index"
|
||||
(with pkgs; [coreutils translate jq parallel python3])
|
||||
(with pkgs; [coreutils apps.translate jq parallel python3])
|
||||
''
|
||||
set -e
|
||||
usage="usage:
|
||||
|
Loading…
Reference in New Issue
Block a user