Hi,
I wonder how to install the standard library of Agda on Nixos.
I tried to replace agda
with agda.withPackages [ agdaPackages.standard-library ]
in my /etc/nixos/configuration.nix
, but it does not work :
error: A definition for option `environment.systemPackages."[definition 1-entry 73]"' is not of type `package'.
Thanks for your help!