trgui-ng: add 'updateScript'
This commit is contained in:
parent
ad582fc807
commit
094c27f023
@ -8,6 +8,7 @@
|
||||
dbip-country-lite,
|
||||
glib,
|
||||
libayatana-appindicator,
|
||||
nix-update-script,
|
||||
openssl,
|
||||
pkg-config,
|
||||
rustPlatform,
|
||||
@ -93,6 +94,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
buildAndTestSubdir = "src-tauri";
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"-s"
|
||||
"frontend"
|
||||
];
|
||||
};
|
||||
inherit frontend;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user