This repository contains a List of Nix Flakes for configuring development environments for various programming languages. It also includes a shell script that can be used to easily configure the environment.
- Clone the repository
git clone https://github.com/levenrok/flakes.git
cd flakes- Make the script globally accessible
ln -s $(pwd)/setup-devenv ~/.local/bin/setup-devenvWarning
Directory ~/.local/bin is not included in the $PATH of most distributions. To make it accessible add following line to your .bashrc, or use anothor location like /usr/local/bin that's already included.
# Local Binaries
export PATH="$PATH:$HOME/.local/bin"- Invoke the script
setup-devenv