| * Hello, I have an environment that is built with buildEnv.
I've added this buildEnv to a devShell's packages and I can confirm that when I run nix develop the environment is accessible.
How can I create a bash default runnable (nix run) such that running it is equivalent to running nix develop and then running the bash script ?
|