Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.2 KB

DEPRECATED

this repo is no longer necessary, since both packages are available in nixpkgs, starting at 24.05

(#16)

Dyalog APL and RIDE Editor

This repository contains a nix definition to install dyalog APL (https://www.dyalog.com/) and RIDE (https://github.com/Dyalog/ride).

Howto

Run nix-shell in the directory, providing you with both dyalog and ride in your path. Afterwards you can open RIDE and tell it to launch dyalog (available in PATH).

With flakes, you can run nix shell github:markus1189/dyalog-nixos#{dyalog,ride}

Troubleshooting

If you get 404 for dyalog or ride download:

and update the corresponding files.

Using the flake

You can run dyalog and RIDE using the nix flake like this:

nix shell github:markus1189/dyalog-nixos

Links:

You can find documentation on dyalog and ride here: https://www.dyalog.com/documentation.htm

Related Projects

And the most important thing

Happy Hacking!