This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Or use an AUR helper, e.g. | |
## sudo aura -A nix | |
sudo pacman -S base-devel git | |
git clone https://aur.archlinux.org/nix.git | |
cd nix | |
makepkg -s | |
sudo pacman -U nix-*.pkg.tar.xz |