This repo is a collection of simple nix flakes and shells to quickly start projects and dev environments.
To use a flake, copy the flake.nix
file and then do nix develop
.
Note that you will have to have flakes enabled in your nix configuration: Enabling Flakes
To use a shell.nix
, copy the file and then do nix-shell
Alternatively, if you don't want to run a command everytime you enter a directory, you can use direnv