Dev Container with Nix enabled
mkdir project && cd project
Now depending on the development language you can proceed:
- with Haskell
nix flake init --template "github:DeterminateSystems/zero-to-nix#haskell-dev"
- with Python
nix flake init --template "github:DeterminateSystems/zero-to-nix#python-dev"
- with Javascript
nix flake init --template "github:DeterminateSystems/zero-to-nix#javascript-dev"
- ...
More details about Nix development here