sirula: add update script
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
nix-update-script,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
@@ -28,6 +29,8 @@ rustPlatform.buildRustPackage rec {
|
||||
gtk-layer-shell
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Simple app launcher for wayland written in rust";
|
||||
homepage = "https://github.com/DorianRudolph/sirula";
|
||||
|
||||
Reference in New Issue
Block a user