476 B
476 B
Setting up a new dev environment
-
Create a new
*.nix
file in the shells directory that describes the environment (this is the hard part). -
Execute
lorri init
in the base directory of your project. This will create a.envrc
file andshell.nix
file. -
Edit the
shell.nix
file to justimport /home/charlotte/.local/share/nix-shells/your-new-file.nix
-
Execute
direnv allow
to load the.envrc
file which in turn useslorri
to load yourshell.nix
file.