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