parent
2f12626091
commit
c249dcf2f3
@ -212,7 +212,7 @@ in {
|
|||||||
boot-stage2 = handleTest ./boot-stage2.nix {};
|
boot-stage2 = handleTest ./boot-stage2.nix {};
|
||||||
borgbackup = handleTest ./borgbackup.nix {};
|
borgbackup = handleTest ./borgbackup.nix {};
|
||||||
borgmatic = handleTest ./borgmatic.nix {};
|
borgmatic = handleTest ./borgmatic.nix {};
|
||||||
botamusique = handleTest ./botamusique.nix {};
|
botamusique = runTest ./botamusique.nix;
|
||||||
bpf = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bpf.nix {};
|
bpf = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bpf.nix {};
|
||||||
bpftune = handleTest ./bpftune.nix {};
|
bpftune = handleTest ./bpftune.nix {};
|
||||||
breitbandmessung = handleTest ./breitbandmessung.nix {};
|
breitbandmessung = handleTest ./breitbandmessung.nix {};
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
import ./make-test-python.nix (
|
{
|
||||||
{ pkgs, lib, ... }:
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "botamusique";
|
name = "botamusique";
|
||||||
meta.maintainers = with lib.maintainers; [ hexa ];
|
meta.maintainers = with lib.maintainers; [ hexa ];
|
||||||
|
|
||||||
@ -51,5 +54,4 @@ import ./make-test-python.nix (
|
|||||||
output = machine.execute("systemd-analyze security botamusique.service")[1]
|
output = machine.execute("systemd-analyze security botamusique.service")[1]
|
||||||
machine.log(output)
|
machine.log(output)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user