mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
format
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
fetchurl,
|
||||
writers,
|
||||
gawk,
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
script = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/soimort/translate-shell/gh-pages/trans.awk";
|
||||
hash = "sha256-KT5iRRGtHpBTrPfs0L2e4JW6JrXVTVvgCXeFKFcr1P4=";
|
||||
};
|
||||
in
|
||||
writers.writeDashBin "trans" ''
|
||||
exec ${gawk}/bin/gawk -f ${script} -- "$@"
|
||||
''
|
||||
writers.writeDashBin "trans" ''
|
||||
exec ${gawk}/bin/gawk -f ${script} -- "$@"
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user