- Edited
Hi fsagbuya,
Thank you for the help. I missed that I needed to change path to packages. As a general question, as I am new to NIX.
1.) What is the practical difference between mkShell and mkEnv
2.) Where do most folks create their nix flakes? I find myself jumping around alot and its making me wonder if this is the workflow intended for artiq. So for instance I'd do something like
`
~ cd/ARTIQ/Nix_Working_Dir Nix Develop --------- startup the artiq environment/shell
gnome-terminal --tab --------- add new tab (2) while staying in the shell
~ cd/ARTIQ/artiq-master ---------go to new tab to dir for artiq master
gnome-terminal --tab ---------add new tab (3) while staying in the shell
gnome-terminal --tab ---------add new tab (4) while staying in the shell
artiq_master ---------startup artiq master in tab 2
artiq_ctlmgr --------- startup artiq_ctlmgr in tab 3
artiq_dashboard ---------startup artiq_dashboard in tab 4
gnome-terminal --tab --------- add new tab (5) while staying in the shell
~ cd/ARTIQ/stabilizer --------- go do stabilizer stuff
`