You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally running nix-shell --run irb gives the following error:
[!] There was an error parsing `Gemfile`: There are no gemspecs at /nix/store/lf2ccppcgbprijr89vkyxkg1sjx8cr59-gemfile-and-lockfile. Bundler cannot continue.
# from /nix/store/lf2ccppcgbprijr89vkyxkg1sjx8cr59-gemfile-and-lockfile/Gemfile:3
# -------------------------------------------
#
> gemspec
# -------------------------------------------
With the following files in a directory
running
$(nix-build '<nixpkgs>' -A bundix --no-out-link)/bin/bundix --magic
succeeds and produces
Finally running
nix-shell --run irb
gives the following error:If instead the files are
then
$(nix-build '<nixpkgs>' -A bundix --no-out-link)/bin/bundix --magic
produces
and
nix-shell --run irb
works correctly.Hopefully it goes without saying that the same behaviour occurs when I do use some actual dependencies!
The text was updated successfully, but these errors were encountered: