Open SohamG opened 2 years ago
yep it still needs devShell support, for now it just nix-shell
s. Something I would like to see as well.
if someone has a problem running devShells in eshell, I highly recommend trying the eshell integration from https://codeberg.org/akib/emacs-eat, worked perfectly for me
Title
I have a flake.nix at the root of my project that defines a
devShell
. From reading the source for nix-eshell, its trying tonix-instantiate
the file its given, and I don't think that works well with flakes.Am I missing an obvious solution?