-
Notifications
You must be signed in to change notification settings - Fork 644
Idris on NixOS
Silvan Mosberger edited this page Jul 2, 2018
·
3 revisions
Installing Idris on NixOS is relatively simple. Simply run:
nix-env -iA nixos.idris
In a terminal. Note that this package is not necessarily the most up to date version of Idris.
You may prefer to checkout nixpkgs from github and install the latest idris derivation. You can do it by simply running:
git clone https://github.com/NixOS/nixpkgs.git \
&& cd nixpkgs \
&& nix-env -f . -iA idris
Binary Packages
Tool Support
Community
- Libraries, available elsewhere
- Idris Developer Meetings
- The Zen of Idris
- Non English Resources
Development