parent
f13c50690f
commit
67d315ebd4
@ -175,7 +175,7 @@ in {
|
||||
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
||||
apparmor = runTest ./apparmor;
|
||||
archi = runTest ./archi.nix;
|
||||
aria2 = handleTest ./aria2.nix {};
|
||||
aria2 = runTest ./aria2.nix;
|
||||
armagetronad = handleTest ./armagetronad.nix {};
|
||||
artalk = runTest ./artalk.nix;
|
||||
atd = handleTest ./atd.nix {};
|
||||
|
@ -1,4 +1,3 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
rpcSecret = "supersecret";
|
||||
@ -10,7 +9,7 @@ import ./make-test-python.nix (
|
||||
params = [ "token:${rpcSecret}" ];
|
||||
};
|
||||
in
|
||||
rec {
|
||||
{
|
||||
name = "aria2";
|
||||
|
||||
nodes.machine = {
|
||||
@ -51,4 +50,3 @@ import ./make-test-python.nix (
|
||||
|
||||
meta.maintainers = [ pkgs.lib.maintainers.timhae ];
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user