packages-config.nix: add agdaPackages

This commit is contained in:
Naïm Favier
2024-04-03 21:14:23 +02:00
parent a41e12cc9d
commit bd5839cd1e

View File

@@ -8,6 +8,7 @@
# purposes of the index.
packageOverrides = super: with super; lib.mapAttrs (_: set: recurseIntoAttrs set) {
inherit (super)
agdaPackages
apacheHttpdPackages
fdbPackages
fusePackages