blog/nix/agda-bin.nix
2024-06-26 18:18:25 -05:00

7 lines
88 B
Nix

{ agda, runCommand }:
runCommand "agda-bin" { }
''
cp ${agda}/bin/agda $out
''