Skip to content

Commit

Permalink
alist: add nixosTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Moraxyc committed Jan 4, 2025
1 parent b2b4954 commit 200f4c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/al/alist/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
stdenv,
installShellFiles,
versionCheckHook,
nixosTests,
}:
buildGoModule rec {
pname = "alist";
Expand Down Expand Up @@ -88,6 +89,10 @@ buildGoModule rec {
versionCheckHook
];

passthru.tests = {
inherit (nixosTests) alist;
};

meta = {
description = "File list/WebDAV program that supports multiple storages";
homepage = "https://github.com/alist-org/alist";
Expand Down

0 comments on commit 200f4c6

Please sign in to comment.