Skip to content

levenrok/flakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix Flakes

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.

Usage

  1. Clone the repository
git clone https://github.com/levenrok/flakes.git
cd flakes
  1. Make the script globally accessible
ln -s $(pwd)/setup-devenv ~/.local/bin/setup-devenv

Warning

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"
  1. Invoke the script
setup-devenv

About

Nix Flakes for My Development Environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors