mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
931d6c6af4
commit
884c15c72f
2 changed files with 37 additions and 39 deletions
|
@ -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()
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue