Sridhar Ratnakumar
Sridhar Ratnakumar
LSP is indeed the ideal approach. We still have to implement incremental patching of (in-memory) graph.
I added a `--cached` option to `neuron query`. Can you give that a try @ihsanturk ? It was added in https://github.com/srid/neuron/pull/327 NOTE: The cache will be updated only when rib...
https://github.com/srid/haskell-template/commit/57b31188f44e28b895adb75f5e69fd949c3a7bf4
I wouldn't enable it by default, but we can add documentation (linked from README.md) explaining to the user how to do it ... possibly based on: - https://github.com/cachix/pre-commit-hooks.nix - https://github.com/hercules-ci/pre-commit-hooks.nix/blob/flakeModule/flake-module.nix
Relevant: #36 (a nix check to make sure that source code was autoformatted).
Works in rosetta though (`--option system x86_64-darwin`).
`nix develop --option system x86_64-darwin` should work; is that what you mean? The proper way for this workaround, however, probably is to change this: https://github.com/srid/rust-nix-template/blob/d2187b8dd874ec4d5c2ace6469b33a76b2592360/flake.nix#L26 to use the rosetta package,...
If we can do this in a general way (abstracted way as an external repo to be used as a flake input, with minimal Nix stub) that would be ideal....
@yusdacra Oh, I hadn't realized it came from `numtide/devshell`. Thanks. Also: https://github.com/numtide/devshell/pull/6#issuecomment-1129029017
Interesting, I didn't know about this. Could you also update the README to show this command?