sointu: fix passthru.updateScript (#444689)
This commit is contained in:
@@ -47,7 +47,9 @@ buildGoModule {
|
||||
"cmd/sointu-play"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Fork of 4klang that can target 386, amd64 and WebAssembly";
|
||||
|
||||
Reference in New Issue
Block a user