cfg/devshells/default.nix
2025-10-26 10:32:39 +01:00

6 lines
82 B
Nix

{ pkgs }:
{
agda = pkgs.mkShell {
buildINputs = with pkgs; [ agda ];
};
}