Patrick C.

Results 28 comments of Patrick C.

I would love to be able to have custom Spacemacs distributions available via `nix-shell` as a way to gently introduce folks at work to reliable, complete, IDE-like command-line editor experiences...

Yeah, but every user only has one ~/.emacs.d directory. The difficulty I anticipate isn't in making that feature happen, but the more general difficulty of packaging Spacemacs in a natural...

Ah, okay. It's okay; I'm very new to emacs and should probably read more before I go posting about it on GitHub anyway. I confused myself by reading some documentation...

I can anticipate some concerns about portability, but I can imagine that this might have some performance benefits, given `rg`'s performance in general. I always have ripgrep installed on all...

This is the same issue that I ran into and mentioned to Domen on Matrix a few days ago. I've created a barebones repo to demonstrate/reproduce the issue [here](https://github.com/therealpxc/devenv-problem-example), which...

> The nix path its looking in is some version of nixpkgs. > > ``` > [chrism@optinix:~/projects/foundry-devenv]$ ls /nix/store/0n86420hx4bydkpx8q7a4vqw46f5ihhp-source > CONTRIBUTING.md default.nix flake.nix maintainers pkgs > COPYING doc lib nixos...

I suspect the most fruitful place to look next will be comparing the `.devenv.flake.nix` files generated by 0.x versions of devenv to those generated by 1.x versions, since that's where...

> There must be some implicit thing that is consuming `.devenv.flake.nix` because it's unreferenced in devenv's source other than creating it. Apologies if this is a FAQ but is there...

Check this out: 'stable' Nix (2.18.2) doesn't know how to open a flake repl in a devenv repo, but the Nix whose store path ends in `-devenv` that shows up...

> I assume there' also some other trickery, that devenv perhaps invokes `call-flake.nix` manually somehow, because this (from the `nix repl` in my immediately previous post): > > > `error:...