Steven E. Harris

Results 239 comments of Steven E. Harris

It would be nice to have function that could resolve the "real path" of a file, or canonicalize it. Today I noticed that `std.thisFile` can fail to include the containing...

I'm now running into the same problem after starting Emacs and then invoking `desktop-read`. When that fails as described above, if I invoke `load-library` on _lsp-completion_, I can confirm that...

The "programs.nushell.plugins" attribute arrived in #6176 by @aidalgol.

I'm not familiar enough with `mkDerivation` to predict whether that would fix the problem. If we used `mkDerivation`, would we feed the set of nominated packages into either the "buildInputs"...

See #7241 for a similar symptom, unrelated to Nushell.

Today I ran _nix flake update_, and then ran _darwin-rebuild build --flake ..._ as normal, which failed as follows: darwin-rebuild build failure ``` building the system configuration... error: builder for...

Note that I experience the same problem if I omit the "net" plugin; the "units" plugin then fails in the same way. However, I _am_ able to build the flake...

Thank you for the detailed explanation. I'm not sure how to proceed. Are there any CI checks in Nixpkgs that should catch this incompatibility, confirming that updates to plugins still...

I just noticed the same problem, with a different plugin this time: > Plugin failed to load: > Plugin `hcl` is compiled for nushell version 0.105.1, which is not compatible...

I've lost track of the current status for this problem. Is it that we—collectively—know how this should work and what we want to do about it, but haven't yet had...