Rob Fisher

Results 8 comments of Rob Fisher

I don't fully understand what I am doing but running `nix flake info` seemed to create the flake.lock file and after that `:lf .` worked in `nix repl`.

How are you getting on, @divyanshvn ? I had a bit of a dig and I noticed there are several places in nu-protocol/src/engine/engine_state.rs where a ShellError::PluginFailedToLoad is created after a...

@divyanshvn you shouldn't need Docker at all. That's just how I stumbled upon the issue, because for whatever reason it was created without a config directory for nushell. You can...

@biesnecker and between the plugin file and the config file that is written to ;)

There seem to be two ways this problem can happen. The missing glibc worked around by @aserowy I am not seeing. Is this only happening on Darwin? The mismatch between...

https://github.com/logseq/logseq/blob/d8c6ca264bdf9a6a0f03c46dbf3509210367624a/package.json refers to "electron": "28.3.1" which is why we are using Electron 28 according to [this commit](https://github.com/NixOS/nixpkgs/commit/8b7d6f8b0a09f7db74cbce56cf6f1b4bad58d93a). However we are dowloading Logseq "0.10.9" and the [commit with that tag](https://github.com/logseq/logseq/commit/c67b8b5fa47f8fe1e1954226c9bdfabd46ebb968) has...

> Is there any workaround known? @tcoopman For now I am using the package from stable and have allowed the unsupported/insecure Electron to be used.

My current workaround: ```sh nix registry add nixpkgs-2411 github:NixOS/nixpkgs/nixos-24.11 nix run nixpkgs-2411#nixVersions.nix_2_18 -- flake udpate ``` This works, but it can't be right.