diff options
author | Jörg Thalheim <Mic92@users.noreply.github.com> | 2017-07-28 17:00:04 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-07-28 09:00:04 -0700 |
commit | b5f7cc315b3d1f9f75d2f19af3e7a3e694164de9 (patch) | |
tree | 485b4754ddb83fa015b1426cc85aa13afd8f4651 /README.md | |
parent | 4c4c2f5f5c81e6efb580e50ea993606160809469 (diff) | |
download | alacritty-b5f7cc315b3d1f9f75d2f19af3e7a3e694164de9.tar.gz alacritty-b5f7cc315b3d1f9f75d2f19af3e7a3e694164de9.zip |
README.md: add NixOS (#694)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -36,10 +36,11 @@ built from source. ## Installation Instructions are provided for macOS and many Linux variants to compile Alacritty -from source. With the exception of Arch (which has a package in the AUR), please -first read the [prerequisites](#prerequisites) section, then find the section -for your OS, and finally go to [building](#building) and -[configuration](#configuration). +from source. With the exception of Arch (which has a package in the AUR) and +[NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/alacritty/default.nix) +(at the moment in unstable, will be part of 17.09), please first read the +[prerequisites](#prerequisites) section, then find the section for your OS, and +finally go to [building](#building) and [configuration](#configuration). ### Arch Linux @@ -50,6 +51,7 @@ cd alacritty-git makepkg -isr ``` + ## Manual Installation ### Prerequisites @@ -148,6 +150,14 @@ to be missing, please open an issue. sudo eopkg install freetype2-devel fontconfig-devel ``` +### NixOS/Nixpkgs + +The following command can be used to get a shell with all development dependencies on [NixOS](https://nixos.org). + +``` +nix-shell -A alacritty '<nixpkgs>' +``` + #### Other If you build Alacritty on another distribution, we would love some help |