Make the things better

Use transmission, which is not broken
Bump supposed version of zim meta package
Provide better passing of arguments to updater
This commit is contained in:
Greg Hellings
2025-10-15 23:31:40 -05:00
parent 245658c441
commit 54b3620029
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -16,6 +16,7 @@ writeShellApplication {
nix-prefetch
];
text = ''
go run ${goscript} -- pkgs/zim/blobs.json
go build -o updater ${goscript}
./updater "$@"
'';
}