@@ -169,7 +169,7 @@ in {
|
|||||||
angie-api = runTest ./angie-api.nix;
|
angie-api = runTest ./angie-api.nix;
|
||||||
anki-sync-server = runTest ./anki-sync-server.nix;
|
anki-sync-server = runTest ./anki-sync-server.nix;
|
||||||
anuko-time-tracker = runTest ./anuko-time-tracker.nix;
|
anuko-time-tracker = runTest ./anuko-time-tracker.nix;
|
||||||
apcupsd = handleTest ./apcupsd.nix {};
|
apcupsd = runTest ./apcupsd.nix;
|
||||||
apfs = runTest ./apfs.nix;
|
apfs = runTest ./apfs.nix;
|
||||||
appliance-repart-image = runTest ./appliance-repart-image.nix;
|
appliance-repart-image = runTest ./appliance-repart-image.nix;
|
||||||
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
||||||
|
|||||||
@@ -2,8 +2,7 @@ let
|
|||||||
# arbitrary address
|
# arbitrary address
|
||||||
ipAddr = "192.168.42.42";
|
ipAddr = "192.168.42.42";
|
||||||
in
|
in
|
||||||
import ./make-test-python.nix (
|
{ lib, ... }:
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
name = "apcupsd";
|
name = "apcupsd";
|
||||||
meta.maintainers = with lib.maintainers; [ bjornfor ];
|
meta.maintainers = with lib.maintainers; [ bjornfor ];
|
||||||
@@ -43,4 +42,3 @@ import ./make-test-python.nix (
|
|||||||
machine.shutdown()
|
machine.shutdown()
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user