agda nixos test: add to passthru for agda + stdlib

This commit is contained in:
Alex Rice
2021-03-30 13:54:02 +01:00
parent c60bd18006
commit 0e162b97d6
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchFromGitHub, ghcWithPackages }:
{ lib, mkDerivation, fetchFromGitHub, ghcWithPackages, nixosTests }:
mkDerivation rec {
pname = "standard-library";
@@ -19,6 +19,7 @@ mkDerivation rec {
rm EverythingSafe.agda EverythingSafeGuardedness.agda EverythingSafeSizedTypes.agda
'';
passthru.tests = { inherit (nixosTests) agda; };
meta = with lib; {
homepage = "https://wiki.portal.chalmers.se/agda/pmwiki.php?n=Libraries.StandardLibrary";
description = "A standard library for use with the Agda compiler";