mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
ad5abbcfad
commit
38453b10b1
2 changed files with 17 additions and 19 deletions
|
@ -636,7 +636,7 @@ in
|
||||||
home-assistant = runTest ./home-assistant.nix;
|
home-assistant = runTest ./home-assistant.nix;
|
||||||
hostname = handleTest ./hostname.nix { };
|
hostname = handleTest ./hostname.nix { };
|
||||||
hound = handleTest ./hound.nix { };
|
hound = handleTest ./hound.nix { };
|
||||||
hub = handleTest ./git/hub.nix { };
|
hub = runTest ./git/hub.nix;
|
||||||
hydra = runTest ./hydra;
|
hydra = runTest ./hydra;
|
||||||
i3wm = handleTest ./i3wm.nix { };
|
i3wm = handleTest ./i3wm.nix { };
|
||||||
icingaweb2 = runTest ./icingaweb2.nix;
|
icingaweb2 = runTest ./icingaweb2.nix;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import ../make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
name = "hub";
|
name = "hub";
|
||||||
|
@ -17,4 +16,3 @@ import ../make-test-python.nix (
|
||||||
assert "These GitHub commands are provided by hub" in hub.succeed("hub help")
|
assert "These GitHub commands are provided by hub" in hub.succeed("hub help")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue