treewide: lib.cli.toGNUCommandLineShell -> lib.cli.toCommandLineShellGNU

This commit is contained in:
h7x4
2026-05-11 23:09:50 +09:00
parent be33c95c83
commit 33297b0436
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ in {
path = with pkgs; [ imagemagick gnutar gzip ];
script = ''
tar ${lib.cli.toGNUCommandLineShell {} {
tar ${lib.cli.toCommandLineShellGNU { } {
extract = true;
file = "${transferDir}/gallery.tar.gz";
directory = ".";