release-haskell.nix: include nixos tests for xmonad
I've recently discovered they were broken by a recent XMonad upgrade, something we should keep tabs on in the future.
This commit is contained in:
parent
5d91721366
commit
1e18234166
1 changed files with 8 additions and 1 deletions
|
@ -144,7 +144,14 @@ let
|
|||
|
||||
tests.haskell = packagePlatforms pkgs.tests.haskell;
|
||||
|
||||
nixosTests.agda = (packagePlatforms pkgs.nixosTests).agda;
|
||||
nixosTests = {
|
||||
inherit (packagePlatforms pkgs.nixosTests)
|
||||
agda
|
||||
xmonad
|
||||
xmonad-xdg-autostart
|
||||
;
|
||||
};
|
||||
|
||||
agdaPackages = packagePlatforms pkgs.agdaPackages;
|
||||
|
||||
# top-level packages that depend on haskellPackages
|
||||
|
|
Loading…
Reference in a new issue