Nix Flakes Repository
Commands are to be executed from the same dir of Nix flake
For Activating dev shell with user shell and config (here zsh):
nix develop --command zsh -iFor Activating dev shell with the default bash shell:
nix develop Interactive Shell Activation
execute devshell_choice.sh script to get an interactive shell activation.(NOTE: this command uses zsh, remove "--command zsh -i" from the script if you dont want zsh.
# grant execution permission for the script
chmod +x ./devshell_choice.sh# execute the script
./devshell_choice.sh