mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
653313abe1
commit
f13c50690f
2 changed files with 29 additions and 31 deletions
|
@ -174,7 +174,7 @@ in {
|
|||
appliance-repart-image = runTest ./appliance-repart-image.nix;
|
||||
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
||||
apparmor = runTest ./apparmor;
|
||||
archi = handleTest ./archi.nix {};
|
||||
archi = runTest ./archi.nix;
|
||||
aria2 = handleTest ./aria2.nix {};
|
||||
armagetronad = handleTest ./armagetronad.nix {};
|
||||
artalk = runTest ./artalk.nix;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import ./make-test-python.nix (
|
||||
{ lib, ... }:
|
||||
{
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "archi";
|
||||
meta.maintainers = with lib.maintainers; [ paumr ];
|
||||
|
||||
|
@ -34,5 +33,4 @@ import ./make-test-python.nix (
|
|||
|
||||
machine.screenshot("welcome-screen")
|
||||
'';
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue