Rishi Kumar

Results 32 comments of Rishi Kumar

@vec715 I think if you the original package `zed` it has the `fhs` features builtin, take a look at this https://github.com/NixOS/nixpkgs/pull/339852

@ribelo @makoConstruct Can you post your configuration, so that we know how exactly you made it work : )

@kamilkrzyskow is there a workaround for it?

Sorry, I forgot to close this. We are now working on our own implementation of a lsp as the current implementation doesn't aligns with the project goals.

The scope of Pixi seems very vast it looks like a replacement for nix itself, I am not sure if we should add this option. @sandydoo

That makes sense, what about giving users an option to set the behavior of `pre-commit` hook while running `devenv test`? Do we already do this?

@Redhawk18 `clangd` works for me without doing the `nix-shell` step which is a tool which comes under `clang-tools`. ``` [k3ys@nixos:~/sandbox/cachix/issues/flakes]$ clangd clangd is a language server that provides IDE-like features...

@DGollings > which makes setting it from devenv without being able to override it (easily) a little problematic :) ```nix { pkgs, lib, config, inputs, ... }: { services.postgres.enable =...

> You might be over estimating the average nix user. Was not aware that that would override the other value. Also, it feels unintuitive to change that 'outside' of the...