Create the file
Create a file, myShell.nix
Start the Shell
The shell can be started with the following, note inclusion of zsh
(my chosen shell):
nix-shell myShell.nix --command zsh
Try the Packages
Now note, from a terminal started within vscode I can get to the shell binaries whereas in the host user space I cannot
On Host:
In Dev Shell
Use an Editor, With the Shell!
From there, open editor of choice
code .
Run it Remotely!
// TODO
Include it in flake.nix
// TODO