mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
parent
93e131345f
commit
f7a4d10a08
2 changed files with 61 additions and 64 deletions
|
@ -1287,7 +1287,7 @@ in {
|
||||||
wstunnel = runTest ./wstunnel.nix;
|
wstunnel = runTest ./wstunnel.nix;
|
||||||
xandikos = handleTest ./xandikos.nix {};
|
xandikos = handleTest ./xandikos.nix {};
|
||||||
xautolock = handleTest ./xautolock.nix {};
|
xautolock = handleTest ./xautolock.nix {};
|
||||||
xfce = handleTest ./xfce.nix {};
|
xfce = runTest ./xfce.nix;
|
||||||
xfce-wayland = runTest ./xfce-wayland.nix;
|
xfce-wayland = runTest ./xfce-wayland.nix;
|
||||||
xmonad = runTest ./xmonad.nix;
|
xmonad = runTest ./xmonad.nix;
|
||||||
xmonad-xdg-autostart = runTest ./xmonad-xdg-autostart.nix;
|
xmonad-xdg-autostart = runTest ./xmonad-xdg-autostart.nix;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
name = "xfce";
|
name = "xfce";
|
||||||
|
|
||||||
|
@ -73,4 +71,3 @@ import ./make-test-python.nix (
|
||||||
machine.screenshot("screen")
|
machine.screenshot("screen")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue