Skip to content

Latest commit

 

History

History

flakes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Nix Flakes

Use flake with direnv for per project development environment

Project Setup

nix flake init
# Copy language flake.nix into the project root directory
echo "use flake" > .envrc
direnv allow