parent
dd6cb9fe67
commit
bd84275f60
@ -178,7 +178,7 @@ in {
|
|||||||
aria2 = runTest ./aria2.nix;
|
aria2 = runTest ./aria2.nix;
|
||||||
armagetronad = runTest ./armagetronad.nix;
|
armagetronad = runTest ./armagetronad.nix;
|
||||||
artalk = runTest ./artalk.nix;
|
artalk = runTest ./artalk.nix;
|
||||||
atd = handleTest ./atd.nix {};
|
atd = runTest ./atd.nix;
|
||||||
atop = handleTest ./atop.nix {};
|
atop = handleTest ./atop.nix {};
|
||||||
atticd = runTest ./atticd.nix;
|
atticd = runTest ./atticd.nix;
|
||||||
atuin = runTest ./atuin.nix;
|
atuin = runTest ./atuin.nix;
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -33,4 +32,3 @@ import ./make-test-python.nix (
|
|||||||
machine.succeed("test -f ~alice/at-1")
|
machine.succeed("test -f ~alice/at-1")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user