about summary refs log tree commit diff
path: root/pkgs/top-level/agda-packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-08-06agdaPackages._1lab: init at unstable-2023-03-07Naïm Favier1-0/+2
https://github.com/plt-amy/1lab
2023-02-12agda: fix passthruNaïm Favier1-6/+3
The current `//` override to `agda.passthru.tests` is non-recursive so it destroys everything else under `passthru`, and furthermore does not go through `mkDerivation` so that we end up with different values for `agda.tests` and `agda.passthru.tests`. Fix it by moving the `allPackages` test to the definition of `withPackages`.
2021-10-19Merge pull request #98214 from turion/dev_test_all_agda_packagesManuel Bärenz1-1/+4
Fix #98209. Test all agda packages
2021-08-30agdaPackages.agdarsec: Init at 0.4.1Manuel Bärenz1-0/+2
2021-08-03adga: Add test for all packagesManuel Bärenz1-1/+4
2021-01-24agdaPackages.mkDerivation: don't install Everything moduleAlexander Ben Nasrallah1-0/+2
The Everthing module is not part of a library and should therefore not be copied to the nix store. This is particularly bad, if the Everything module is defined in an agda library included directory, e.g. consider an agda-lib with include: . and Everything.agda in the project root (.), in which case the Everything module would become part of the library. If multiple such projects are in the dependency tree, the Everything module becomes ambiguous and the build would fail.
2020-10-15agda-packages: add fla library at v0.1Ryan Orendorff1-0/+3
Adds the functional-linear-algebra library to the agda package set.
2020-08-10agdaPackages.generic: init at v0.1Alex Rice1-0/+2
2020-05-19agdaPackages.cubical: init at 0.2 (#76994)Ryan Orendorff1-0/+2
Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>
2020-05-14agda-categories: init at 0.1Alex Rice1-0/+2
2020-05-14agda: rework builderAlex Rice1-0/+24