Hi all,
I would like to access a devShell in a NixOS VM without sharing the nix flake that generated it. It’s basically what nix-mk-shell-bin does but I’m surprised that an external dependency is needed. Previously I copied the flake files over to the vm, typed nix develop and it worked without issue, dropping in the shell instantly reusing the prebuilt store artifacts. But I would like to be able to type nix develop xxxx without copying the flakes over. What’s the best way to do this?