mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 13:18:57 +03:00
parent
dd6cb9fe67
commit
bd84275f60
2 changed files with 28 additions and 30 deletions
|
@ -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,7 +1,6 @@
|
||||||
import ./make-test-python.nix (
|
{ pkgs, ... }:
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "atd";
|
name = "atd";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ bjornfor ];
|
maintainers = [ bjornfor ];
|
||||||
|
@ -32,5 +31,4 @@ import ./make-test-python.nix (
|
||||||
machine.succeed("test -f ~root/at-1")
|
machine.succeed("test -f ~root/at-1")
|
||||||
machine.succeed("test -f ~alice/at-1")
|
machine.succeed("test -f ~alice/at-1")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue