Drop support for lorri
Lorri does not cleanly integrate with my corporate device, which cannot run NixOS. To expose dependencies to Emacs buffers, I will use nix-buffer.el, which reads its values from dir-locals.nix. To easily expose dependencies from my existing shell.nix files into dir-locals.nix, I wrote a Nix utility function.
This commit is contained in:
parent
47a0b45f5f
commit
6b224a9e31
20 changed files with 43 additions and 52 deletions
|
|
@ -81,8 +81,6 @@ in {
|
|||
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
||||
systemd.services.gogs = {
|
||||
enable = true;
|
||||
description = "Easy-to-use Git server written in golang";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue